Started by user Matthias Mueller Obtained build-release-stashed.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 appngbuild0 in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.18.0-RC1 from branch appng-1.18.x, current snapshot is 1.18.0-SNAPSHOT, next version will be 1.18.0-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh [appNG_Release] Running shell script + rm -rf appng [Pipeline] sh [appNG_Release] Running shell script + 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 [appng] Running shell script + 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 [appng] Running shell script + sed -i s/1\.18\.0-SNAPSHOT/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 [appng] Running shell script + sed -i s/1\.17\.1/1\.18\.0-RC1/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.18\.0-SNAPSHOT/1\.18\.0-RC1/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 [appng] Running shell script + 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 [appng] Running shell script + 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 [appng] Running shell script + git commit -a -m preparing release 1.18.0-RC1 [appng-1.18.x 1ec5f18] preparing release 1.18.0-RC1 40 files changed, 64 insertions(+), 64 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 [appng] Running shell script + /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-RC1 [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-RC1/appng-parent-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.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-RC1/appng-tools-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.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-RC1/appng-mail-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.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-RC1/appng-forms-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.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-RC1/appng-formtags-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.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-RC1/appng-xmlapi-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.18.0-RC1 [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 166 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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.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-RC1/appng-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.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-RC1/appng-testsupport-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.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-RC1/appng-rest-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.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-RC1/appng-persistence-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.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-RC1/appng-search-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.18.0-RC1 [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 75 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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.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-RC1/appng-core-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.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-RC1/appng-tomcat7-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.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-RC1/appng-tomcat8-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.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-RC1/appng-cli-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.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-RC1/appng-taglib-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.18.0-RC1 [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-RC1] [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-RC1] [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-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [227 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1.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 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 appng-tomcat7-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.18.0-RC1.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 appng-forms-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.18.0-RC1.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 appng-tomcat8-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.18.0-RC1.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 appng-formtags-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.18.0-RC1.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 appng-rest-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.18.0-RC1.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 appng-core-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.18.0-RC1.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 appng-tools-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.18.0-RC1.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 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 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 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 appng-persistence-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.18.0-RC1.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 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 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 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 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 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 appng-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.18.0-RC1.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 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 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 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 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 appng-cli-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.18.0-RC1.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 appng-mail-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.18.0-RC1.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 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 jmimemagic-0.1.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jmimemagic-0.1.5.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 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 appng-taglib-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.18.0-RC1.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 appng-search-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.18.0-RC1.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] Copying appng-xmlapi-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.18.0-RC1.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-RC1-dependencies-20180706-0635.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-RC1-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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.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-RC1/appng-application-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1-dependencies-20180706-0635.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.18.0-RC1 [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-RC1/appng-application-bom-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.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-RC1/appng-documentation-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-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-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.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-RC1/appng-template-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.18.0-RC1 [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-RC1/appng-template-parent-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.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-RC1/appng-application-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.18.0-RC1 [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-RC1/appng-application-parent-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.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-RC1/appng-archetype-application-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.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-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.18.0-RC1 [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-RC1] [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-RC1] [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-RC1] [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-RC1.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-RC1-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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.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-RC1/appng-appngizer-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.18.0-RC1 [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.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-RC1/appng-camunda-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.18.0-RC1 [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-RC1] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [1108 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.18.0-RC1.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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.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-RC1/appng-application-camunda-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.18.0-RC1 [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-RC1.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-RC1 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 net.sf.jmimemagic:jmimemagic:jar:0.1.5 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-RC1.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.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-RC1/appng-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.18.0-RC1 [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-RC1] [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-RC1] [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-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [15 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1.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-RC1-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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.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-RC1/appng-upngizr-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.492 s] [INFO] appNG Tools ........................................ SUCCESS [ 1.738 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.166 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.285 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.308 s] [INFO] appNG XML-API ...................................... SUCCESS [ 2.150 s] [INFO] appNG public API ................................... SUCCESS [ 0.975 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.313 s] [INFO] appNG REST API ..................................... SUCCESS [ 1.743 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.262 s] [INFO] appNG Search ....................................... SUCCESS [ 0.423 s] [INFO] appNG Core Library ................................. SUCCESS [ 1.717 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.148 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.216 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.379 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.269 s] [INFO] appNG Application .................................. SUCCESS [ 4.306 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.049 s] [INFO] appNG Documentation ................................ SUCCESS [ 29.425 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.042 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.017 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.061 s] [INFO] appNG application parent ........................... SUCCESS [ 0.005 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.050 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 1.106 s] [INFO] appNGizer .......................................... SUCCESS [ 23.072 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 0.994 s] [INFO] appNG camunda ...................................... SUCCESS [ 1.046 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 2.392 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 1.950 s] [INFO] upNGizr ............................................ SUCCESS [ 1.635 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:18 min [INFO] Finished at: 2018-07-06T08:36:31+02:00 [INFO] Final Memory: 266M/876M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/tmp/jenkins_artifacts/release/ -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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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/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.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/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/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/AttributeWrapper.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/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/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/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.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/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/AttributeWrapper.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/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-RC1/appng-parent-1.18.0-RC1.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-RC1/appng-parent-1.18.0-RC1.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-RC1/appng-parent-1.18.0-RC1.pom (32 kB at 85 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (343 B at 327 B/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (343 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (343 B at 3.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (343 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.18.0-RC1 [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-07-06 08:36:56,006 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,137 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,143 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,223 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,246 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,344 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,451 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,543 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-07-06 08:36:56,647 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 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 s - in org.appng.tools.file.PropertyConstantCreatorTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2018-07-06 08:36:56,823 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-07-06 08:36:56,825 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-07-06 08:36:56,831 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.005 2018-07-06 08:36:56,841 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.009 2018-07-06 08:36:56,846 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2018-07-06 08:36:56,846 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.004 2018-07-06 08:36:56,848 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2018-07-06 08:36:56,848 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2018-07-06 08:36:56,850 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2018-07-06 08:36:56,850 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-07-06 08:36:56,851 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2018-07-06 08:36:56,852 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.042 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.167 s - in org.appng.tools.locator.GeoLocatorTest [INFO] Running org.appng.tools.poi.WorkbookTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.752 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.01 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2018-07-06 08:37:01,787 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.031 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.002 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-RC1.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] Invalid cookie header: "Set-Cookie: webflash=; expires="Sun, 01-Jul-2018 06:37:06 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Sun, 01-Jul-2018 06:37:06 GMT" [WARNING] Invalid cookie header: "Set-Cookie: webflash=; expires="Sun, 01-Jul-2018 06:37:06 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Sun, 01-Jul-2018 06:37:06 GMT" [WARNING] Invalid cookie header: "Set-Cookie: webflash=; expires="Sun, 01-Jul-2018 06:37:06 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Sun, 01-Jul-2018 06:37:06 GMT" [WARNING] Invalid cookie header: "Set-Cookie: webflash=; expires="Sun, 01-Jul-2018 06:37:06 GMT"; Max-Age=0; Path=/". Unable to parse expires attribute: "Sun, 01-Jul-2018 06:37:06 GMT" [WARNING] Invalid cookie header: "Set-Cookie: VISITOR=5b325b27-548d-48bc-be4a-ad108f157b35; expires="Mon, 03-Jul-2028 06:37:06 GMT"; httponly; Max-Age=315360000; Path=/". Unable to parse expires attribute: "Mon, 03-Jul-2028 06:37:06 GMT" [WARNING] Error fetching link: http://sourceforge.net/projects/im4java/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/arimus/jmimemagic/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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.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-RC1/appng-tools-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-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-RC1/appng-tools-1.18.0-RC1.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-RC1/appng-tools-1.18.0-RC1.jar (50 kB at 406 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.pom (2.0 kB at 54 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 614 B/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 4.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-javadoc.jar Progress (1): 2.0/237 kB Progress (1): 4.1/237 kB Progress (1): 6.1/237 kB Progress (1): 8.2/237 kB Progress (1): 10/237 kB Progress (1): 12/237 kB Progress (1): 14/237 kB Progress (1): 16/237 kB Progress (1): 18/237 kB Progress (1): 20/237 kB Progress (1): 23/237 kB Progress (1): 25/237 kB Progress (1): 27/237 kB Progress (1): 29/237 kB Progress (1): 31/237 kB Progress (1): 33/237 kB Progress (1): 35/237 kB Progress (1): 37/237 kB Progress (1): 39/237 kB Progress (1): 41/237 kB Progress (1): 43/237 kB Progress (1): 45/237 kB Progress (1): 47/237 kB Progress (1): 49/237 kB Progress (1): 51/237 kB Progress (1): 53/237 kB Progress (1): 55/237 kB Progress (1): 57/237 kB Progress (1): 59/237 kB Progress (1): 61/237 kB Progress (1): 63/237 kB Progress (1): 66/237 kB Progress (1): 68/237 kB Progress (1): 70/237 kB Progress (1): 72/237 kB Progress (1): 74/237 kB Progress (1): 76/237 kB Progress (1): 78/237 kB Progress (1): 80/237 kB Progress (1): 82/237 kB Progress (1): 84/237 kB Progress (1): 86/237 kB Progress (1): 88/237 kB Progress (1): 90/237 kB Progress (1): 92/237 kB Progress (1): 94/237 kB Progress (1): 96/237 kB Progress (1): 98/237 kB Progress (1): 100/237 kB Progress (1): 102/237 kB Progress (1): 104/237 kB Progress (1): 106/237 kB Progress (1): 109/237 kB Progress (1): 111/237 kB Progress (1): 113/237 kB Progress (1): 115/237 kB Progress (1): 117/237 kB Progress (1): 119/237 kB Progress (1): 121/237 kB Progress (1): 123/237 kB Progress (1): 125/237 kB Progress (1): 127/237 kB Progress (1): 129/237 kB Progress (1): 131/237 kB Progress (1): 133/237 kB Progress (1): 135/237 kB Progress (1): 137/237 kB Progress (1): 139/237 kB Progress (1): 141/237 kB Progress (1): 143/237 kB Progress (1): 145/237 kB Progress (1): 147/237 kB Progress (1): 150/237 kB Progress (1): 152/237 kB Progress (1): 154/237 kB Progress (1): 156/237 kB Progress (1): 158/237 kB Progress (1): 160/237 kB Progress (1): 162/237 kB Progress (1): 164/237 kB Progress (1): 166/237 kB Progress (1): 168/237 kB Progress (1): 170/237 kB Progress (1): 172/237 kB Progress (1): 174/237 kB Progress (1): 176/237 kB Progress (1): 178/237 kB Progress (1): 180/237 kB Progress (1): 182/237 kB Progress (1): 184/237 kB Progress (1): 186/237 kB Progress (1): 188/237 kB Progress (1): 190/237 kB Progress (1): 193/237 kB Progress (1): 195/237 kB Progress (1): 197/237 kB Progress (1): 199/237 kB Progress (1): 201/237 kB Progress (1): 203/237 kB Progress (1): 205/237 kB Progress (1): 207/237 kB Progress (1): 209/237 kB Progress (1): 211/237 kB Progress (1): 213/237 kB Progress (1): 215/237 kB Progress (1): 217/237 kB Progress (1): 219/237 kB Progress (1): 221/237 kB Progress (1): 223/237 kB Progress (1): 225/237 kB Progress (1): 227/237 kB Progress (1): 229/237 kB Progress (1): 231/237 kB Progress (1): 233/237 kB Progress (1): 236/237 kB Progress (1): 237 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-javadoc.jar (237 kB at 1.5 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-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-RC1/appng-tools-1.18.0-RC1-sources.jar (41 kB at 488 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (342 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.18.0-RC1 [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.18 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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.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-RC1/appng-mail-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-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-RC1/appng-mail-1.18.0-RC1.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-RC1/appng-mail-1.18.0-RC1.jar (15 kB at 115 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.pom (1.2 kB at 31 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 10 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 4.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-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-RC1/appng-mail-1.18.0-RC1-javadoc.jar (86 kB at 960 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-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-RC1/appng-mail-1.18.0-RC1-sources.jar (12 kB at 123 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (341 B at 3.8 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.18.0-RC1 [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-07-06 08:37:19,854 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2018-07-06 08:37:19,854 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2018-07-06 08:37:19,856 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2018-07-06 08:37:19,998 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-07-06 08:37:19,998 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2018-07-06 08:37:19,998 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-07-06 08:37:19,999 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-07-06 08:37:19,999 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-07-06 08:37:19,999 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-07-06 08:37:20,000 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2018-07-06 08:37:20,003 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2018-07-06 08:37:20,003 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2018-07-06 08:37:20,003 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2018-07-06 08:37:20,010 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-07-06 08:37:20,010 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-07-06 08:37:20,010 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-07-06 08:37:20,011 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-07-06 08:37:20,011 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-07-06 08:37:20,011 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-07-06 08:37:20,011 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-07-06 08:37:20,044 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-07-06 08:37:20,046 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_48.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2018-07-06 08:37:20,054 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-07-06 08:37:20,054 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-07-06 08:37:20,054 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-07-06 08:37:20,054 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-07-06 08:37:20,054 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-07-06 08:37:20,055 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-07-06 08:37:20,055 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-07-06 08:37:20,057 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-07-06 08:37:20,057 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_49.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 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.001 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2018-07-06 08:37:20,204 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,204 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,205 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,205 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,222 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,222 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-07-06 08:37:20,223 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-07-06 08:37:20,223 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,223 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,223 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,224 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-07-06 08:37:20,224 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-07-06 08:37:20,225 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,225 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,225 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-07-06 08:37:20,226 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-07-06 08:37:20,227 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,227 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,227 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-07-06 08:37:20,228 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-07-06 08:37:20,228 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,228 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,232 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-07-06 08:37:20,232 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-07-06 08:37:20,233 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-07-06 08:37:20,233 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-07-06 08:37:20,234 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-07-06 08:37:20,234 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-07-06 08:37:20,234 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-07-06 08:37:20,235 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-07-06 08:37:20,235 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2018-07-06 08:37:20,235 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-07-06 08:37:20,236 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,236 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,236 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,236 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,236 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2018-07-06 08:37:20,237 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2018-07-06 08:37:20,237 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2018-07-06 08:37:20,237 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,237 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,238 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2018-07-06 08:37:20,238 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,238 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,238 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,239 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,239 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,239 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2018-07-06 08:37:20,240 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2018-07-06 08:37:20,240 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2018-07-06 08:37:20,240 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2018-07-06 08:37:20,240 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-07-06 08:37:20,240 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-07-06 08:37:20,241 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-07-06 08:37:20,241 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-07-06 08:37:20,241 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-07-06 08:37:20,241 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-07-06 08:37:20,242 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-07-06 08:37:20,242 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-07-06 08:37:20,242 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,242 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,243 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,243 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,244 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,244 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,245 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,245 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,245 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,246 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,246 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,246 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,246 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,248 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,249 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,249 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,249 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,249 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,249 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,250 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,250 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,250 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,250 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,251 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2018-07-06 08:37:20,251 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2018-07-06 08:37:20,251 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-07-06 08:37:20,251 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-07-06 08:37:20,252 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,252 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,252 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,252 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,253 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,254 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,254 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,254 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,254 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,254 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,255 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,255 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,255 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,255 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,256 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,257 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,257 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,258 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,259 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,259 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-07-06 08:37:20,259 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-07-06 08:37:20,259 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,259 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-07-06 08:37:20,259 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.078 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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.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-RC1/appng-forms-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-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-RC1/appng-forms-1.18.0-RC1.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-RC1/appng-forms-1.18.0-RC1.jar (19 kB at 134 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.pom Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.pom (1.6 kB at 41 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 18 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 5.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 9.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-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-RC1/appng-forms-1.18.0-RC1-javadoc.jar (89 kB at 957 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-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-RC1/appng-forms-1.18.0-RC1-sources.jar (19 kB at 252 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 342 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (342 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.18.0-RC1 [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-07-06 08:37:28,185 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,185 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,185 [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-07-06 08:37:28,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-07-06 08:37:28,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-07-06 08:37:28,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,186 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,186 [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-07-06 08:37:28,186 [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-07-06 08:37:28,186 [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-07-06 08:37:28,186 [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-07-06 08:37:28,186 [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-07-06 08:37:28,187 [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-07-06 08:37:28,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,187 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,188 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-07-06 08:37:28,221 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,345 [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-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,345 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,346 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,346 [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-07-06 08:37:28,346 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2018-07-06 08:37:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,348 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,349 [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-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,349 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,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-07-06 08:37:28,350 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2018-07-06 08:37:28,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,352 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,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-07-06 08:37:28,353 [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-07-06 08:37:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,353 [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-07-06 08:37:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,353 [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-07-06 08:37:28,353 [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-07-06 08:37:28,353 [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-07-06 08:37:28,353 [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-07-06 08:37:28,353 [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-07-06 08:37:28,353 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,354 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2018-07-06 08:37:28,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,356 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,357 [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-07-06 08:37:28,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,357 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,357 [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-07-06 08:37:28,357 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-07-06 08:37:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,360 [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-07-06 08:37:28,360 [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-07-06 08:37:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,360 [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-07-06 08:37:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,360 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,361 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-07-06 08:37:28,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,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-07-06 08:37:28,364 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,364 [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-07-06 08:37:28,364 [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-07-06 08:37:28,364 [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-07-06 08:37:28,364 [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-07-06 08:37:28,364 [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-07-06 08:37:28,364 [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-07-06 08:37:28,364 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,364 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,364 [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-07-06 08:37:28,364 [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.495 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2018-07-06 08:37:28,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,377 [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-07-06 08:37:28,377 [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-07-06 08:37:28,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,377 [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-07-06 08:37:28,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,377 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,377 [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-07-06 08:37:28,377 [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-07-06 08:37:28,377 [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-07-06 08:37:28,378 [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-07-06 08:37:28,378 [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-07-06 08:37:28,378 [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-07-06 08:37:28,378 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,378 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,378 [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-07-06 08:37:28,379 [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-07-06 08:37:28,379 [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-07-06 08:37:28,380 [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-07-06 08:37:28,380 [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-07-06 08:37:28,381 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,381 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,381 [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-07-06 08:37:28,381 [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-07-06 08:37:28,381 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,382 [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-07-06 08:37:28,382 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,382 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,382 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,382 [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-07-06 08:37:28,382 [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-07-06 08:37:28,382 [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-07-06 08:37:28,382 [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-07-06 08:37:28,382 [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-07-06 08:37:28,382 [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-07-06 08:37:28,382 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,382 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,382 [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-07-06 08:37:28,383 [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-07-06 08:37:28,383 [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-07-06 08:37:28,383 [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-07-06 08:37:28,384 [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-07-06 08:37:28,384 [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-07-06 08:37:28,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,385 [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-07-06 08:37:28,385 [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-07-06 08:37:28,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,385 [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-07-06 08:37:28,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,385 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,386 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,386 [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-07-06 08:37:28,386 [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-07-06 08:37:28,386 [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-07-06 08:37:28,386 [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-07-06 08:37:28,386 [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-07-06 08:37:28,386 [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-07-06 08:37:28,386 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,386 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,386 [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-07-06 08:37:28,386 [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-07-06 08:37:28,387 [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-07-06 08:37:28,387 [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-07-06 08:37:28,388 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,388 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,388 [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-07-06 08:37:28,388 [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-07-06 08:37:28,388 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,388 [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-07-06 08:37:28,388 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,388 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,388 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,389 [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-07-06 08:37:28,389 [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-07-06 08:37:28,389 [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-07-06 08:37:28,389 [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-07-06 08:37:28,389 [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-07-06 08:37:28,389 [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-07-06 08:37:28,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,389 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,389 [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-07-06 08:37:28,389 [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-07-06 08:37:28,390 [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-07-06 08:37:28,390 [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-07-06 08:37:28,391 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,391 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,391 [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-07-06 08:37:28,391 [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-07-06 08:37:28,391 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,391 [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-07-06 08:37:28,391 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,391 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,391 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,391 [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-07-06 08:37:28,391 [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-07-06 08:37:28,391 [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-07-06 08:37:28,392 [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-07-06 08:37:28,392 [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-07-06 08:37:28,392 [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-07-06 08:37:28,392 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,392 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,392 [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-07-06 08:37:28,392 [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-07-06 08:37:28,393 [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-07-06 08:37:28,393 [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-07-06 08:37:28,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,394 [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-07-06 08:37:28,394 [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-07-06 08:37:28,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,394 [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-07-06 08:37:28,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,394 [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-07-06 08:37:28,394 [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-07-06 08:37:28,394 [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-07-06 08:37:28,394 [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-07-06 08:37:28,394 [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-07-06 08:37:28,394 [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-07-06 08:37:28,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,395 [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-07-06 08:37:28,395 [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-07-06 08:37:28,396 [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-07-06 08:37:28,396 [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-07-06 08:37:28,397 [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-07-06 08:37:28,397 [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-07-06 08:37:28,397 [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-07-06 08:37:28,398 [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-07-06 08:37:28,398 [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-07-06 08:37:28,399 [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-07-06 08:37:28,399 [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-07-06 08:37:28,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,401 [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-07-06 08:37:28,401 [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-07-06 08:37:28,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,401 [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-07-06 08:37:28,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,401 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,401 [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-07-06 08:37:28,401 [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-07-06 08:37:28,401 [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-07-06 08:37:28,401 [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-07-06 08:37:28,401 [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-07-06 08:37:28,402 [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-07-06 08:37:28,402 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,402 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,402 [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-07-06 08:37:28,403 [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-07-06 08:37:28,404 [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-07-06 08:37:28,404 [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-07-06 08:37:28,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,405 [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-07-06 08:37:28,405 [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-07-06 08:37:28,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,405 [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-07-06 08:37:28,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,406 [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-07-06 08:37:28,406 [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-07-06 08:37:28,406 [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-07-06 08:37:28,406 [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-07-06 08:37:28,406 [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-07-06 08:37:28,406 [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-07-06 08:37:28,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,406 [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-07-06 08:37:28,407 [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-07-06 08:37:28,407 [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-07-06 08:37:28,408 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,408 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,408 [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-07-06 08:37:28,408 [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-07-06 08:37:28,409 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,409 [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-07-06 08:37:28,409 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,409 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,409 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,410 [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-07-06 08:37:28,410 [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-07-06 08:37:28,410 [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-07-06 08:37:28,410 [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-07-06 08:37:28,410 [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-07-06 08:37:28,410 [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-07-06 08:37:28,410 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,410 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,410 [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-07-06 08:37:28,411 [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-07-06 08:37:28,411 [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-07-06 08:37:28,412 [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-07-06 08:37:28,412 [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-07-06 08:37:28,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,413 [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-07-06 08:37:28,413 [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-07-06 08:37:28,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,413 [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-07-06 08:37:28,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,413 [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-07-06 08:37:28,413 [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-07-06 08:37:28,413 [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-07-06 08:37:28,414 [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-07-06 08:37:28,414 [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-07-06 08:37:28,414 [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-07-06 08:37:28,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,414 [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-07-06 08:37:28,414 [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-07-06 08:37:28,416 [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-07-06 08:37:28,416 [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-07-06 08:37:28,417 [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-07-06 08:37:28,417 [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-07-06 08:37:28,418 [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-07-06 08:37:28,418 [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-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,419 [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-07-06 08:37:28,419 [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-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,419 [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-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,419 [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-07-06 08:37:28,419 [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-07-06 08:37:28,419 [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-07-06 08:37:28,419 [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-07-06 08:37:28,419 [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-07-06 08:37:28,419 [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-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,419 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,420 [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-07-06 08:37:28,420 [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-07-06 08:37:28,420 [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-07-06 08:37:28,420 [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-07-06 08:37:28,421 [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-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,422 [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-07-06 08:37:28,422 [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-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,422 [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-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,422 [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-07-06 08:37:28,422 [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-07-06 08:37:28,422 [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-07-06 08:37:28,422 [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-07-06 08:37:28,422 [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-07-06 08:37:28,422 [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-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,422 [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-07-06 08:37:28,423 [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-07-06 08:37:28,423 [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-07-06 08:37:28,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,424 [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-07-06 08:37:28,424 [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-07-06 08:37:28,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,424 [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-07-06 08:37:28,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,424 [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-07-06 08:37:28,424 [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-07-06 08:37:28,424 [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-07-06 08:37:28,424 [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-07-06 08:37:28,424 [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-07-06 08:37:28,424 [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-07-06 08:37:28,425 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,425 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,425 [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-07-06 08:37:28,425 [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-07-06 08:37:28,425 [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-07-06 08:37:28,426 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,426 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,426 [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-07-06 08:37:28,426 [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-07-06 08:37:28,426 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,426 [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-07-06 08:37:28,426 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,426 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,426 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,427 [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-07-06 08:37:28,427 [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-07-06 08:37:28,427 [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-07-06 08:37:28,427 [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-07-06 08:37:28,427 [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-07-06 08:37:28,427 [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-07-06 08:37:28,427 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,427 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,427 [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-07-06 08:37:28,427 [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-07-06 08:37:28,428 [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-07-06 08:37:28,428 [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-07-06 08:37:28,428 [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-07-06 08:37:28,428 [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-07-06 08:37:28,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,429 [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-07-06 08:37:28,429 [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-07-06 08:37:28,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,429 [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-07-06 08:37:28,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,429 [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-07-06 08:37:28,430 [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-07-06 08:37:28,430 [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-07-06 08:37:28,430 [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-07-06 08:37:28,430 [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-07-06 08:37:28,430 [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-07-06 08:37:28,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,430 [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-07-06 08:37:28,430 [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-07-06 08:37:28,430 [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-07-06 08:37:28,431 [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-07-06 08:37:28,431 [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-07-06 08:37:28,431 [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-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,433 [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-07-06 08:37:28,433 [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-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,433 [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-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,433 [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-07-06 08:37:28,433 [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-07-06 08:37:28,433 [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-07-06 08:37:28,433 [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-07-06 08:37:28,433 [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-07-06 08:37:28,433 [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-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,433 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,433 [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-07-06 08:37:28,434 [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-07-06 08:37:28,434 [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-07-06 08:37:28,435 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,435 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,435 [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-07-06 08:37:28,435 [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-07-06 08:37:28,435 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,435 [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-07-06 08:37:28,435 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,435 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,435 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,435 [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-07-06 08:37:28,435 [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-07-06 08:37:28,435 [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-07-06 08:37:28,436 [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-07-06 08:37:28,436 [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-07-06 08:37:28,436 [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-07-06 08:37:28,436 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,436 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,436 [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-07-06 08:37:28,436 [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-07-06 08:37:28,436 [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-07-06 08:37:28,437 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,437 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,437 [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-07-06 08:37:28,437 [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-07-06 08:37:28,437 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,437 [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-07-06 08:37:28,437 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,438 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,438 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,438 [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-07-06 08:37:28,438 [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-07-06 08:37:28,438 [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-07-06 08:37:28,438 [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-07-06 08:37:28,438 [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-07-06 08:37:28,438 [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-07-06 08:37:28,438 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,438 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,438 [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-07-06 08:37:28,438 [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-07-06 08:37:28,439 [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-07-06 08:37:28,439 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,439 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,439 [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-07-06 08:37:28,440 [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-07-06 08:37:28,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,440 [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-07-06 08:37:28,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,440 [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-07-06 08:37:28,440 [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-07-06 08:37:28,440 [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-07-06 08:37:28,440 [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-07-06 08:37:28,440 [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-07-06 08:37:28,440 [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-07-06 08:37:28,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,440 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,440 [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-07-06 08:37:28,440 [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-07-06 08:37:28,441 [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-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,442 [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-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,442 [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-07-06 08:37:28,442 [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-07-06 08:37:28,443 [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-07-06 08:37:28,443 [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-07-06 08:37:28,443 [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.075 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2018-07-06 08:37:28,447 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,447 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,447 [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-07-06 08:37:28,447 [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-07-06 08:37:28,447 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,447 [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-07-06 08:37:28,447 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,447 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,447 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,447 [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-07-06 08:37:28,447 [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-07-06 08:37:28,447 [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-07-06 08:37:28,447 [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-07-06 08:37:28,447 [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-07-06 08:37:28,448 [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-07-06 08:37:28,448 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,448 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,448 [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-07-06 08:37:28,448 [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-07-06 08:37:28,449 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,450 [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-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,450 [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-07-06 08:37:28,450 [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-07-06 08:37:28,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,451 [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-07-06 08:37:28,451 [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-07-06 08:37:28,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,452 [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-07-06 08:37:28,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,452 [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-07-06 08:37:28,452 [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-07-06 08:37:28,452 [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-07-06 08:37:28,452 [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-07-06 08:37:28,452 [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-07-06 08:37:28,452 [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-07-06 08:37:28,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,452 [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-07-06 08:37:28,452 [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-07-06 08:37:28,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,453 [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-07-06 08:37:28,453 [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-07-06 08:37:28,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,453 [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-07-06 08:37:28,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,454 [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-07-06 08:37:28,454 [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-07-06 08:37:28,454 [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-07-06 08:37:28,454 [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-07-06 08:37:28,454 [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-07-06 08:37:28,454 [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-07-06 08:37:28,454 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,454 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,454 [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-07-06 08:37:28,454 [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-07-06 08:37:28,455 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,455 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,455 [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-07-06 08:37:28,455 [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-07-06 08:37:28,455 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,455 [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-07-06 08:37:28,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,456 [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-07-06 08:37:28,456 [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-07-06 08:37:28,456 [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-07-06 08:37:28,456 [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-07-06 08:37:28,456 [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-07-06 08:37:28,456 [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-07-06 08:37:28,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,456 [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-07-06 08:37:28,456 [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-07-06 08:37:28,457 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,458 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,458 [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-07-06 08:37:28,458 [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-07-06 08:37:28,458 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,458 [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-07-06 08:37:28,458 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,458 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,458 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,458 [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-07-06 08:37:28,458 [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-07-06 08:37:28,458 [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-07-06 08:37:28,458 [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-07-06 08:37:28,459 [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-07-06 08:37:28,460 [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-07-06 08:37:28,460 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,460 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,460 [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-07-06 08:37:28,460 [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-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,463 [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-07-06 08:37:28,463 [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-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,463 [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-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,463 [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-07-06 08:37:28,463 [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-07-06 08:37:28,463 [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-07-06 08:37:28,463 [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-07-06 08:37:28,463 [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-07-06 08:37:28,463 [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-07-06 08:37:28,463 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,464 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,464 [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-07-06 08:37:28,464 [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-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,467 [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-07-06 08:37:28,467 [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-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,467 [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-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,467 [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-07-06 08:37:28,467 [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-07-06 08:37:28,467 [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-07-06 08:37:28,467 [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-07-06 08:37:28,467 [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-07-06 08:37:28,467 [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-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,468 [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-07-06 08:37:28,468 [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-07-06 08:37:28,470 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,470 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,471 [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-07-06 08:37:28,471 [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-07-06 08:37:28,471 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,471 [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-07-06 08:37:28,479 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,479 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,479 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,479 [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-07-06 08:37:28,479 [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-07-06 08:37:28,479 [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-07-06 08:37:28,479 [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-07-06 08:37:28,479 [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-07-06 08:37:28,479 [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-07-06 08:37:28,479 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,479 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,479 [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-07-06 08:37:28,480 [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-07-06 08:37:28,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,482 [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-07-06 08:37:28,482 [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-07-06 08:37:28,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,482 [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-07-06 08:37:28,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,483 [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-07-06 08:37:28,483 [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-07-06 08:37:28,483 [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-07-06 08:37:28,483 [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-07-06 08:37:28,483 [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-07-06 08:37:28,483 [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-07-06 08:37:28,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,483 [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-07-06 08:37:28,483 [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-07-06 08:37:28,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,486 [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-07-06 08:37:28,486 [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-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,486 [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-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,486 [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-07-06 08:37:28,486 [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-07-06 08:37:28,486 [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-07-06 08:37:28,486 [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-07-06 08:37:28,486 [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-07-06 08:37:28,486 [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-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,486 [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-07-06 08:37:28,487 [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-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,489 [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-07-06 08:37:28,489 [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-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,489 [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-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,489 [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-07-06 08:37:28,489 [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-07-06 08:37:28,489 [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-07-06 08:37:28,489 [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-07-06 08:37:28,489 [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-07-06 08:37:28,489 [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-07-06 08:37:28,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,490 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,490 [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-07-06 08:37:28,490 [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-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,492 [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-07-06 08:37:28,492 [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-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,492 [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-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,492 [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-07-06 08:37:28,492 [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-07-06 08:37:28,492 [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-07-06 08:37:28,492 [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-07-06 08:37:28,492 [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-07-06 08:37:28,492 [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-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,492 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,492 [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-07-06 08:37:28,493 [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-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,495 [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-07-06 08:37:28,495 [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-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,495 [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-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,495 [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-07-06 08:37:28,495 [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-07-06 08:37:28,495 [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-07-06 08:37:28,495 [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-07-06 08:37:28,495 [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-07-06 08:37:28,495 [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-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,495 [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-07-06 08:37:28,496 [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-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,498 [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-07-06 08:37:28,498 [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-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,498 [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-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,498 [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-07-06 08:37:28,498 [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-07-06 08:37:28,498 [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-07-06 08:37:28,498 [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-07-06 08:37:28,498 [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-07-06 08:37:28,498 [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-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,498 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,498 [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-07-06 08:37:28,499 [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-07-06 08:37:28,500 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,500 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,500 [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-07-06 08:37:28,501 [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-07-06 08:37:28,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,501 [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-07-06 08:37:28,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,501 [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-07-06 08:37:28,501 [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-07-06 08:37:28,501 [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-07-06 08:37:28,501 [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-07-06 08:37:28,501 [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-07-06 08:37:28,501 [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-07-06 08:37:28,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,501 [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-07-06 08:37:28,501 [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-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,503 [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-07-06 08:37:28,503 [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-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,503 [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-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,503 [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-07-06 08:37:28,503 [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-07-06 08:37:28,503 [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-07-06 08:37:28,503 [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-07-06 08:37:28,503 [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-07-06 08:37:28,503 [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-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,503 [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-07-06 08:37:28,504 [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-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,505 [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-07-06 08:37:28,505 [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-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,505 [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-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,505 [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-07-06 08:37:28,505 [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-07-06 08:37:28,505 [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-07-06 08:37:28,505 [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-07-06 08:37:28,505 [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-07-06 08:37:28,505 [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-07-06 08:37:28,505 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,506 [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-07-06 08:37:28,506 [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-07-06 08:37:28,507 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,507 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,508 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,508 [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-07-06 08:37:28,508 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,508 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,508 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,508 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,508 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,508 [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-07-06 08:37:28,508 [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-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,511 [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-07-06 08:37:28,511 [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-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,511 [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-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,511 [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-07-06 08:37:28,511 [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-07-06 08:37:28,511 [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-07-06 08:37:28,511 [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-07-06 08:37:28,511 [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-07-06 08:37:28,511 [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-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,511 [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-07-06 08:37:28,512 [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-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,513 [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-07-06 08:37:28,513 [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-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,513 [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-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,513 [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-07-06 08:37:28,513 [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-07-06 08:37:28,513 [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-07-06 08:37:28,513 [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-07-06 08:37:28,513 [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-07-06 08:37:28,513 [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-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,513 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,513 [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-07-06 08:37:28,514 [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-07-06 08:37:28,515 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,515 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,515 [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-07-06 08:37:28,515 [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-07-06 08:37:28,515 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,515 [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-07-06 08:37:28,515 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,515 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,515 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,515 [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-07-06 08:37:28,515 [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-07-06 08:37:28,515 [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-07-06 08:37:28,516 [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-07-06 08:37:28,516 [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-07-06 08:37:28,516 [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-07-06 08:37:28,516 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,516 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,516 [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-07-06 08:37:28,516 [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-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,518 [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-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,518 [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-07-06 08:37:28,518 [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-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,521 [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-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,521 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,521 [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-07-06 08:37:28,521 [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-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,524 [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-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,524 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,524 [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-07-06 08:37:28,524 [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-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,526 [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-07-06 08:37:28,526 [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-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,526 [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-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,526 [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-07-06 08:37:28,526 [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-07-06 08:37:28,526 [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-07-06 08:37:28,526 [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-07-06 08:37:28,526 [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-07-06 08:37:28,526 [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-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,526 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,526 [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-07-06 08:37:28,527 [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-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,528 [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-07-06 08:37:28,528 [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-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,528 [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-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,528 [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-07-06 08:37:28,528 [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-07-06 08:37:28,528 [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-07-06 08:37:28,528 [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-07-06 08:37:28,528 [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-07-06 08:37:28,528 [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-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,528 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,528 [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-07-06 08:37:28,529 [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-07-06 08:37:28,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,530 [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-07-06 08:37:28,530 [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-07-06 08:37:28,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,530 [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-07-06 08:37:28,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,530 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,530 [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-07-06 08:37:28,530 [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-07-06 08:37:28,530 [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-07-06 08:37:28,530 [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-07-06 08:37:28,530 [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-07-06 08:37:28,530 [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-07-06 08:37:28,531 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,531 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,531 [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-07-06 08:37:28,531 [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-07-06 08:37:28,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,532 [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-07-06 08:37:28,532 [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-07-06 08:37:28,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,532 [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-07-06 08:37:28,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,532 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,532 [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-07-06 08:37:28,533 [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-07-06 08:37:28,533 [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-07-06 08:37:28,533 [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-07-06 08:37:28,533 [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-07-06 08:37:28,533 [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-07-06 08:37:28,533 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,533 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,533 [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-07-06 08:37:28,533 [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-07-06 08:37:28,534 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,534 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,534 [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-07-06 08:37:28,534 [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-07-06 08:37:28,534 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,534 [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-07-06 08:37:28,534 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,535 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,535 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,535 [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-07-06 08:37:28,535 [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-07-06 08:37:28,535 [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-07-06 08:37:28,535 [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-07-06 08:37:28,535 [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-07-06 08:37:28,535 [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-07-06 08:37:28,535 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,535 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,535 [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-07-06 08:37:28,535 [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-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-07-06 08:37:28,537 [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-07-06 08:37:28,537 [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-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-07-06 08:37:28,537 [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-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-07-06 08:37:28,537 [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-07-06 08:37:28,537 [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-07-06 08:37:28,537 [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-07-06 08:37:28,537 [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-07-06 08:37:28,537 [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-07-06 08:37:28,537 [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-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-07-06 08:37:28,537 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-07-06 08:37:28,537 [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-07-06 08:37:28,538 [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.093 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2018-07-06 08:37:28,560 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2018-07-06 08:37:28,561 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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-RC1.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: 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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.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-RC1/appng-formtags-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-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-RC1/appng-formtags-1.18.0-RC1.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-RC1/appng-formtags-1.18.0-RC1.jar (30 kB at 264 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.pom (1.8 kB at 53 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 5.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-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-RC1/appng-formtags-1.18.0-RC1-javadoc.jar (109 kB at 1.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-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-RC1/appng-formtags-1.18.0-RC1-sources.jar (21 kB at 266 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 345 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (345 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.18.0-RC1 [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-07-06 08:37:35,317 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-07-06 08:37:35,317 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-07-06 08:37:35,318 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-07-06 08:37:35,318 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-07-06 08:37:35,319 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-07-06 08:37:35,319 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-07-06 08:37:35,321 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-07-06 08:37:35,321 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-07-06 08:37:35,322 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-07-06 08:37:35,322 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-07-06 08:37:35,323 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-07-06 08:37:35,323 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-07-06 08:37:35,323 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-07-06 08:37:35,323 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-07-06 08:37:35,324 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-07-06 08:37:35,324 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-07-06 08:37:35,324 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-07-06 08:37:35,324 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-07-06 08:37:35,325 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-07-06 08:37:35,325 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-07-06 08:37:35,325 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-07-06 08:37:35,325 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-07-06 08:37:35,326 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-07-06 08:37:35,326 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-07-06 08:37:35,326 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-07-06 08:37:35,326 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-07-06 08:37:35,327 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-07-06 08:37:35,327 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-07-06 08:37:35,328 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-07-06 08:37:35,328 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-07-06 08:37:35,330 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-07-06 08:37:35,330 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-07-06 08:37:35,338 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-07-06 08:37:35,338 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-07-06 08:37:35,341 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-07-06 08:37:35,341 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-07-06 08:37:35,344 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-07-06 08:37:35,344 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-07-06 08:37:35,346 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-07-06 08:37:35,346 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-07-06 08:37:35,606 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@152aa092: 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-07-06 08:37:35,606 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@152aa092: 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.221 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2018-07-06 08:37:35,681 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2018-07-06 08:37:35,681 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2018-07-06 08:37:35,711 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2018-07-06 08:37:35,711 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.029 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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.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-RC1/appng-xmlapi-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-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-RC1/appng-xmlapi-1.18.0-RC1.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-RC1/appng-xmlapi-1.18.0-RC1.jar (155 kB at 1.2 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.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-RC1/appng-xmlapi-1.18.0-RC1.pom (3.1 kB at 114 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-javadoc.jar Progress (1): 2.0/805 kB Progress (1): 4.1/805 kB Progress (1): 6.1/805 kB Progress (1): 8.2/805 kB Progress (1): 10/805 kB Progress (1): 12/805 kB Progress (1): 14/805 kB Progress (1): 16/805 kB Progress (1): 18/805 kB Progress (1): 20/805 kB Progress (1): 23/805 kB Progress (1): 25/805 kB Progress (1): 27/805 kB Progress (1): 29/805 kB Progress (1): 31/805 kB Progress (1): 33/805 kB Progress (1): 35/805 kB Progress (1): 37/805 kB Progress (1): 39/805 kB Progress (1): 41/805 kB Progress (1): 43/805 kB Progress (1): 45/805 kB Progress (1): 47/805 kB Progress (1): 49/805 kB Progress (1): 51/805 kB Progress (1): 53/805 kB Progress (1): 55/805 kB Progress (1): 57/805 kB Progress (1): 59/805 kB Progress (1): 61/805 kB Progress (1): 63/805 kB Progress (1): 66/805 kB Progress (1): 68/805 kB Progress (1): 70/805 kB Progress (1): 72/805 kB Progress (1): 74/805 kB Progress (1): 76/805 kB Progress (1): 78/805 kB Progress (1): 80/805 kB Progress (1): 82/805 kB Progress (1): 84/805 kB Progress (1): 86/805 kB Progress (1): 88/805 kB Progress (1): 90/805 kB Progress (1): 92/805 kB Progress (1): 94/805 kB Progress (1): 96/805 kB Progress (1): 98/805 kB Progress (1): 100/805 kB Progress (1): 102/805 kB Progress (1): 104/805 kB Progress (1): 106/805 kB Progress (1): 109/805 kB Progress (1): 111/805 kB Progress (1): 113/805 kB Progress (1): 115/805 kB Progress (1): 117/805 kB Progress (1): 119/805 kB Progress (1): 121/805 kB Progress (1): 123/805 kB Progress (1): 125/805 kB Progress (1): 127/805 kB Progress (1): 129/805 kB Progress (1): 131/805 kB Progress (1): 133/805 kB Progress (1): 135/805 kB Progress (1): 137/805 kB Progress (1): 139/805 kB Progress (1): 141/805 kB Progress (1): 143/805 kB Progress (1): 145/805 kB Progress (1): 147/805 kB Progress (1): 150/805 kB Progress (1): 152/805 kB Progress (1): 154/805 kB Progress (1): 156/805 kB Progress (1): 158/805 kB Progress (1): 160/805 kB Progress (1): 162/805 kB Progress (1): 164/805 kB Progress (1): 166/805 kB Progress (1): 168/805 kB Progress (1): 170/805 kB Progress (1): 172/805 kB Progress (1): 174/805 kB Progress (1): 176/805 kB Progress (1): 178/805 kB Progress (1): 180/805 kB Progress (1): 182/805 kB Progress (1): 184/805 kB Progress (1): 186/805 kB Progress (1): 188/805 kB Progress (1): 190/805 kB Progress (1): 193/805 kB Progress (1): 195/805 kB Progress (1): 197/805 kB Progress (1): 199/805 kB Progress (1): 201/805 kB Progress (1): 203/805 kB Progress (1): 205/805 kB Progress (1): 207/805 kB Progress (1): 209/805 kB Progress (1): 211/805 kB Progress (1): 213/805 kB Progress (1): 215/805 kB Progress (1): 217/805 kB Progress (1): 219/805 kB Progress (1): 221/805 kB Progress (1): 223/805 kB Progress (1): 225/805 kB Progress (1): 227/805 kB Progress (1): 229/805 kB Progress (1): 231/805 kB Progress (1): 233/805 kB Progress (1): 236/805 kB Progress (1): 238/805 kB Progress (1): 240/805 kB Progress (1): 242/805 kB Progress (1): 244/805 kB Progress (1): 246/805 kB Progress (1): 248/805 kB Progress (1): 250/805 kB Progress (1): 252/805 kB Progress (1): 254/805 kB Progress (1): 256/805 kB Progress (1): 258/805 kB Progress (1): 260/805 kB Progress (1): 262/805 kB Progress (1): 264/805 kB Progress (1): 266/805 kB Progress (1): 268/805 kB Progress (1): 270/805 kB Progress (1): 272/805 kB Progress (1): 274/805 kB Progress (1): 276/805 kB Progress (1): 279/805 kB Progress (1): 281/805 kB Progress (1): 283/805 kB Progress (1): 285/805 kB Progress (1): 287/805 kB Progress (1): 289/805 kB Progress (1): 291/805 kB Progress (1): 293/805 kB Progress (1): 295/805 kB Progress (1): 297/805 kB Progress (1): 299/805 kB Progress (1): 301/805 kB Progress (1): 303/805 kB Progress (1): 305/805 kB Progress (1): 307/805 kB Progress (1): 309/805 kB Progress (1): 311/805 kB Progress (1): 313/805 kB Progress (1): 315/805 kB Progress (1): 317/805 kB Progress (1): 319/805 kB Progress (1): 322/805 kB Progress (1): 324/805 kB Progress (1): 326/805 kB Progress (1): 328/805 kB Progress (1): 330/805 kB Progress (1): 332/805 kB Progress (1): 334/805 kB Progress (1): 336/805 kB Progress (1): 338/805 kB Progress (1): 340/805 kB Progress (1): 342/805 kB Progress (1): 344/805 kB Progress (1): 346/805 kB Progress (1): 348/805 kB Progress (1): 350/805 kB Progress (1): 352/805 kB Progress (1): 354/805 kB Progress (1): 356/805 kB Progress (1): 358/805 kB Progress (1): 360/805 kB Progress (1): 362/805 kB Progress (1): 365/805 kB Progress (1): 367/805 kB Progress (1): 369/805 kB Progress (1): 371/805 kB Progress (1): 373/805 kB Progress (1): 375/805 kB Progress (1): 377/805 kB Progress (1): 379/805 kB Progress (1): 381/805 kB Progress (1): 383/805 kB Progress (1): 385/805 kB Progress (1): 387/805 kB Progress (1): 389/805 kB Progress (1): 391/805 kB Progress (1): 393/805 kB Progress (1): 395/805 kB Progress (1): 397/805 kB Progress (1): 399/805 kB Progress (1): 401/805 kB Progress (1): 403/805 kB Progress (1): 406/805 kB Progress (1): 408/805 kB Progress (1): 410/805 kB Progress (1): 412/805 kB Progress (1): 414/805 kB Progress (1): 416/805 kB Progress (1): 418/805 kB Progress (1): 420/805 kB Progress (1): 422/805 kB Progress (1): 424/805 kB Progress (1): 426/805 kB Progress (1): 428/805 kB Progress (1): 430/805 kB Progress (1): 432/805 kB Progress (1): 434/805 kB Progress (1): 436/805 kB Progress (1): 438/805 kB Progress (1): 440/805 kB Progress (1): 442/805 kB Progress (1): 444/805 kB Progress (1): 446/805 kB Progress (1): 449/805 kB Progress (1): 451/805 kB Progress (1): 453/805 kB Progress (1): 455/805 kB Progress (1): 457/805 kB Progress (1): 459/805 kB Progress (1): 461/805 kB Progress (1): 463/805 kB Progress (1): 465/805 kB Progress (1): 467/805 kB Progress (1): 469/805 kB Progress (1): 471/805 kB Progress (1): 473/805 kB Progress (1): 475/805 kB Progress (1): 477/805 kB Progress (1): 479/805 kB Progress (1): 481/805 kB Progress (1): 483/805 kB Progress (1): 485/805 kB Progress (1): 487/805 kB Progress (1): 489/805 kB Progress (1): 492/805 kB Progress (1): 494/805 kB Progress (1): 496/805 kB Progress (1): 498/805 kB Progress (1): 500/805 kB Progress (1): 502/805 kB Progress (1): 504/805 kB Progress (1): 506/805 kB Progress (1): 508/805 kB Progress (1): 510/805 kB Progress (1): 512/805 kB Progress (1): 514/805 kB Progress (1): 516/805 kB Progress (1): 518/805 kB Progress (1): 520/805 kB Progress (1): 522/805 kB Progress (1): 524/805 kB Progress (1): 526/805 kB Progress (1): 528/805 kB Progress (1): 530/805 kB Progress (1): 532/805 kB Progress (1): 535/805 kB Progress (1): 537/805 kB Progress (1): 539/805 kB Progress (1): 541/805 kB Progress (1): 543/805 kB Progress (1): 545/805 kB Progress (1): 547/805 kB Progress (1): 549/805 kB Progress (1): 551/805 kB Progress (1): 553/805 kB Progress (1): 555/805 kB Progress (1): 557/805 kB Progress (1): 559/805 kB Progress (1): 561/805 kB Progress (1): 563/805 kB Progress (1): 565/805 kB Progress (1): 567/805 kB Progress (1): 569/805 kB Progress (1): 571/805 kB Progress (1): 573/805 kB Progress (1): 575/805 kB Progress (1): 578/805 kB Progress (1): 580/805 kB Progress (1): 582/805 kB Progress (1): 584/805 kB Progress (1): 586/805 kB Progress (1): 588/805 kB Progress (1): 590/805 kB Progress (1): 592/805 kB Progress (1): 594/805 kB Progress (1): 596/805 kB Progress (1): 598/805 kB Progress (1): 600/805 kB Progress (1): 602/805 kB Progress (1): 604/805 kB Progress (1): 606/805 kB Progress (1): 608/805 kB Progress (1): 610/805 kB Progress (1): 612/805 kB Progress (1): 614/805 kB Progress (1): 616/805 kB Progress (1): 618/805 kB Progress (1): 621/805 kB Progress (1): 623/805 kB Progress (1): 625/805 kB Progress (1): 627/805 kB Progress (1): 629/805 kB Progress (1): 631/805 kB Progress (1): 633/805 kB Progress (1): 635/805 kB Progress (1): 637/805 kB Progress (1): 639/805 kB Progress (1): 641/805 kB Progress (1): 643/805 kB Progress (1): 645/805 kB Progress (1): 647/805 kB Progress (1): 649/805 kB Progress (1): 651/805 kB Progress (1): 653/805 kB Progress (1): 655/805 kB Progress (1): 657/805 kB Progress (1): 659/805 kB Progress (1): 662/805 kB Progress (1): 664/805 kB Progress (1): 666/805 kB Progress (1): 668/805 kB Progress (1): 670/805 kB Progress (1): 672/805 kB Progress (1): 674/805 kB Progress (1): 676/805 kB Progress (1): 678/805 kB Progress (1): 680/805 kB Progress (1): 682/805 kB Progress (1): 684/805 kB Progress (1): 686/805 kB Progress (1): 688/805 kB Progress (1): 690/805 kB Progress (1): 692/805 kB Progress (1): 694/805 kB Progress (1): 696/805 kB Progress (1): 698/805 kB Progress (1): 700/805 kB Progress (1): 702/805 kB Progress (1): 705/805 kB Progress (1): 707/805 kB Progress (1): 709/805 kB Progress (1): 711/805 kB Progress (1): 713/805 kB Progress (1): 715/805 kB Progress (1): 717/805 kB Progress (1): 719/805 kB Progress (1): 721/805 kB Progress (1): 723/805 kB Progress (1): 725/805 kB Progress (1): 727/805 kB Progress (1): 729/805 kB Progress (1): 731/805 kB Progress (1): 733/805 kB Progress (1): 735/805 kB Progress (1): 737/805 kB Progress (1): 739/805 kB Progress (1): 741/805 kB Progress (1): 743/805 kB Progress (1): 745/805 kB Progress (1): 748/805 kB Progress (1): 750/805 kB Progress (1): 752/805 kB Progress (1): 754/805 kB Progress (1): 756/805 kB Progress (1): 758/805 kB Progress (1): 760/805 kB Progress (1): 762/805 kB Progress (1): 764/805 kB Progress (1): 766/805 kB Progress (1): 768/805 kB Progress (1): 770/805 kB Progress (1): 772/805 kB Progress (1): 774/805 kB Progress (1): 776/805 kB Progress (1): 778/805 kB Progress (1): 780/805 kB Progress (1): 782/805 kB Progress (1): 784/805 kB Progress (1): 786/805 kB Progress (1): 788/805 kB Progress (1): 791/805 kB Progress (1): 793/805 kB Progress (1): 795/805 kB Progress (1): 797/805 kB Progress (1): 799/805 kB Progress (1): 801/805 kB Progress (1): 803/805 kB Progress (1): 805/805 kB Progress (1): 805 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-javadoc.jar (805 kB at 1.0 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-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-RC1/appng-xmlapi-1.18.0-RC1-sources.jar (163 kB at 2.0 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (343 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.18.0-RC1 [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 166 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 44 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.424 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.016 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.005 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.ConfigValidatorTest 2018-07-06 08:37:45,810 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-07-06 08:37:45,818 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-07-06 08:37:45,822 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-07-06 08:37:45,825 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-07-06 08:37:45,826 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-07-06 08:37:45,829 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-07-06 08:37:45,829 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-07-06 08:37:45,829 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-07-06 08:37:45,829 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-07-06 08:37:45,829 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-07-06 08:37:45,829 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2018-07-06 08:37:46,188 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-07-06 08:37:46,197 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-07-06 08:37:46,207 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-07-06 08:37:46,214 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-07-06 08:37:46,220 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-07-06 08:37:46,226 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-07-06 08:37:46,281 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-07-06 08:37:46,285 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-07-06 08:37:46,290 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-07-06 08:37:46,293 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-07-06 08:37:46,298 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-07-06 08:37:46,302 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-07-06 08:37:46,385 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-07-06 08:37:46,388 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-07-06 08:37:46,392 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-07-06 08:37:46,395 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-07-06 08:37:46,398 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-07-06 08:37:46,402 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-07-06 08:37:46,405 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-07-06 08:37:46,409 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-07-06 08:37:46,412 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-07-06 08:37:46,415 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-07-06 08:37:46,418 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-07-06 08:37:46,586 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 426ms 2018-07-06 08:37:46,587 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-07-06 08:37:46,593 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-07-06 08:37:46,601 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-07-06 08:37:46,605 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2018-07-06 08:37:46,608 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.236 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.055 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.004 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.028 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.007 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.FieldProcessorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.FieldProcessorTest [INFO] Running org.appng.api.support.PropertyHolderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.083 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2018-07-06 08:37:46,849 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-07-06 08:37:46,852 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2018-07-06 08:37:46,853 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2018-07-06 08:37:46,857 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2018-07-06 08:37:46,894 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.338 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2018-07-06 08:37:47,180 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.046 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2018-07-06 08:37:47,268 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.082 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.053 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.38 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.018 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2018-07-06 08:37:47,743 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2018-07-06 08:37:47,748 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.022 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.01 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.008 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.06 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 2018-07-06 08:37:48,029 WARN [main] org.appng.api.support.validation.DefaultValidationProvider: Field 'offspringNames['Han']' not found on class class org.appng.api.Person! java.lang.NoSuchFieldException: offspringNames['Han'] at java.lang.Class.getDeclaredField(Class.java:2070) at org.appng.api.support.validation.DefaultValidationProvider.getConstraintsForProperty(DefaultValidationProvider.java:206) at org.appng.api.support.validation.DefaultValidationProvider.fillValidation(DefaultValidationProvider.java:170) at org.appng.api.support.validation.DefaultValidationProvider.addValidationMetaData(DefaultValidationProvider.java:161) at org.appng.api.support.ValidationProviderTest.testAddValidationMetaData(ValidationProviderTest.java:106) 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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 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.009 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.037 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2018-07-06 08:37:48,218 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-07-06 08:37:48,220 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-07-06 08:37:48,221 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-07-06 08:37:48,222 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-07-06 08:37:48,223 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-07-06 08:37:48,224 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-07-06 08:37:48,224 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-07-06 08:37:48,224 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-07-06 08:37:48,224 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-07-06 08:37:48,224 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.016 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.I18nTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.I18nTest [INFO] Running org.appng.api.support.MessageSourceChainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.048 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.009 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.028 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.015 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.503 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.009 s - in org.appng.api.DataContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 240, 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-RC1.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.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/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.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/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/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/AttributeWrapper.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/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/DollarParameterSupport.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.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/support/environment/class-use/AttributeWrapper.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.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-RC1/appng-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-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-RC1/appng-api-1.18.0-RC1.jar Progress (1): 2.0/323 kB Progress (1): 4.1/323 kB Progress (1): 6.1/323 kB Progress (1): 8.2/323 kB Progress (1): 10/323 kB Progress (1): 12/323 kB Progress (1): 14/323 kB Progress (1): 16/323 kB Progress (1): 18/323 kB Progress (1): 20/323 kB Progress (1): 23/323 kB Progress (1): 25/323 kB Progress (1): 27/323 kB Progress (1): 29/323 kB Progress (1): 31/323 kB Progress (1): 33/323 kB Progress (1): 35/323 kB Progress (1): 37/323 kB Progress (1): 39/323 kB Progress (1): 41/323 kB Progress (1): 43/323 kB Progress (1): 45/323 kB Progress (1): 47/323 kB Progress (1): 49/323 kB Progress (1): 51/323 kB Progress (1): 53/323 kB Progress (1): 55/323 kB Progress (1): 57/323 kB Progress (1): 59/323 kB Progress (1): 61/323 kB Progress (1): 63/323 kB Progress (1): 66/323 kB Progress (1): 68/323 kB Progress (1): 70/323 kB Progress (1): 72/323 kB Progress (1): 74/323 kB Progress (1): 76/323 kB Progress (1): 78/323 kB Progress (1): 80/323 kB Progress (1): 82/323 kB Progress (1): 84/323 kB Progress (1): 86/323 kB Progress (1): 88/323 kB Progress (1): 90/323 kB Progress (1): 92/323 kB Progress (1): 94/323 kB Progress (1): 96/323 kB Progress (1): 98/323 kB Progress (1): 100/323 kB Progress (1): 102/323 kB Progress (1): 104/323 kB Progress (1): 106/323 kB Progress (1): 109/323 kB Progress (1): 111/323 kB Progress (1): 113/323 kB Progress (1): 115/323 kB Progress (1): 117/323 kB Progress (1): 119/323 kB Progress (1): 121/323 kB Progress (1): 123/323 kB Progress (1): 125/323 kB Progress (1): 127/323 kB Progress (1): 129/323 kB Progress (1): 131/323 kB Progress (1): 133/323 kB Progress (1): 135/323 kB Progress (1): 137/323 kB Progress (1): 139/323 kB Progress (1): 141/323 kB Progress (1): 143/323 kB Progress (1): 145/323 kB Progress (1): 147/323 kB Progress (1): 150/323 kB Progress (1): 152/323 kB Progress (1): 154/323 kB Progress (1): 156/323 kB Progress (1): 158/323 kB Progress (1): 160/323 kB Progress (1): 162/323 kB Progress (1): 164/323 kB Progress (1): 166/323 kB Progress (1): 168/323 kB Progress (1): 170/323 kB Progress (1): 172/323 kB Progress (1): 174/323 kB Progress (1): 176/323 kB Progress (1): 178/323 kB Progress (1): 180/323 kB Progress (1): 182/323 kB Progress (1): 184/323 kB Progress (1): 186/323 kB Progress (1): 188/323 kB Progress (1): 190/323 kB Progress (1): 193/323 kB Progress (1): 195/323 kB Progress (1): 197/323 kB Progress (1): 199/323 kB Progress (1): 201/323 kB Progress (1): 203/323 kB Progress (1): 205/323 kB Progress (1): 207/323 kB Progress (1): 209/323 kB Progress (1): 211/323 kB Progress (1): 213/323 kB Progress (1): 215/323 kB Progress (1): 217/323 kB Progress (1): 219/323 kB Progress (1): 221/323 kB Progress (1): 223/323 kB Progress (1): 225/323 kB Progress (1): 227/323 kB Progress (1): 229/323 kB Progress (1): 231/323 kB Progress (1): 233/323 kB Progress (1): 236/323 kB Progress (1): 238/323 kB Progress (1): 240/323 kB Progress (1): 242/323 kB Progress (1): 244/323 kB Progress (1): 246/323 kB Progress (1): 248/323 kB Progress (1): 250/323 kB Progress (1): 252/323 kB Progress (1): 254/323 kB Progress (1): 256/323 kB Progress (1): 258/323 kB Progress (1): 260/323 kB Progress (1): 262/323 kB Progress (1): 264/323 kB Progress (1): 266/323 kB Progress (1): 268/323 kB Progress (1): 270/323 kB Progress (1): 272/323 kB Progress (1): 274/323 kB Progress (1): 276/323 kB Progress (1): 279/323 kB Progress (1): 281/323 kB Progress (1): 283/323 kB Progress (1): 285/323 kB Progress (1): 287/323 kB Progress (1): 289/323 kB Progress (1): 291/323 kB Progress (1): 293/323 kB Progress (1): 295/323 kB Progress (1): 297/323 kB Progress (1): 299/323 kB Progress (1): 301/323 kB Progress (1): 303/323 kB Progress (1): 305/323 kB Progress (1): 307/323 kB Progress (1): 309/323 kB Progress (1): 311/323 kB Progress (1): 313/323 kB Progress (1): 315/323 kB Progress (1): 317/323 kB Progress (1): 319/323 kB Progress (1): 322/323 kB Progress (1): 323 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.jar (323 kB at 2.7 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.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-RC1/appng-api-1.18.0-RC1.pom (3.9 kB at 119 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 12 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 5.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-javadoc.jar Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-javadoc.jar (1.0 MB at 4.8 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 5.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar Progress (1): 2.0/266 kB Progress (1): 4.1/266 kB Progress (1): 6.1/266 kB Progress (1): 8.2/266 kB Progress (1): 10/266 kB Progress (1): 12/266 kB Progress (1): 14/266 kB Progress (1): 16/266 kB Progress (1): 18/266 kB Progress (1): 20/266 kB Progress (1): 23/266 kB Progress (1): 25/266 kB Progress (1): 27/266 kB Progress (1): 29/266 kB Progress (1): 31/266 kB Progress (1): 33/266 kB Progress (1): 35/266 kB Progress (1): 37/266 kB Progress (1): 39/266 kB Progress (1): 41/266 kB Progress (1): 43/266 kB Progress (1): 45/266 kB Progress (1): 47/266 kB Progress (1): 49/266 kB Progress (1): 51/266 kB Progress (1): 53/266 kB Progress (1): 55/266 kB Progress (1): 57/266 kB Progress (1): 59/266 kB Progress (1): 61/266 kB Progress (1): 63/266 kB Progress (1): 66/266 kB Progress (1): 68/266 kB Progress (1): 70/266 kB Progress (1): 72/266 kB Progress (1): 74/266 kB Progress (1): 76/266 kB Progress (1): 78/266 kB Progress (1): 80/266 kB Progress (1): 82/266 kB Progress (1): 84/266 kB Progress (1): 86/266 kB Progress (1): 88/266 kB Progress (1): 90/266 kB Progress (1): 92/266 kB Progress (1): 94/266 kB Progress (1): 96/266 kB Progress (1): 98/266 kB Progress (1): 100/266 kB Progress (1): 102/266 kB Progress (1): 104/266 kB Progress (1): 106/266 kB Progress (1): 109/266 kB Progress (1): 111/266 kB Progress (1): 113/266 kB Progress (1): 115/266 kB Progress (1): 117/266 kB Progress (1): 119/266 kB Progress (1): 121/266 kB Progress (1): 123/266 kB Progress (1): 125/266 kB Progress (1): 127/266 kB Progress (1): 129/266 kB Progress (1): 131/266 kB Progress (1): 133/266 kB Progress (1): 135/266 kB Progress (1): 137/266 kB Progress (1): 139/266 kB Progress (1): 141/266 kB Progress (1): 143/266 kB Progress (1): 145/266 kB Progress (1): 147/266 kB Progress (1): 150/266 kB Progress (1): 152/266 kB Progress (1): 154/266 kB Progress (1): 156/266 kB Progress (1): 158/266 kB Progress (1): 160/266 kB Progress (1): 162/266 kB Progress (1): 164/266 kB Progress (1): 166/266 kB Progress (1): 168/266 kB Progress (1): 170/266 kB Progress (1): 172/266 kB Progress (1): 174/266 kB Progress (1): 176/266 kB Progress (1): 178/266 kB Progress (1): 180/266 kB Progress (1): 182/266 kB Progress (1): 184/266 kB Progress (1): 186/266 kB Progress (1): 188/266 kB Progress (1): 190/266 kB Progress (1): 193/266 kB Progress (1): 195/266 kB Progress (1): 197/266 kB Progress (1): 199/266 kB Progress (1): 201/266 kB Progress (1): 203/266 kB Progress (1): 205/266 kB Progress (1): 207/266 kB Progress (1): 209/266 kB Progress (1): 211/266 kB Progress (1): 213/266 kB Progress (1): 215/266 kB Progress (1): 217/266 kB Progress (1): 219/266 kB Progress (1): 221/266 kB Progress (1): 223/266 kB Progress (1): 225/266 kB Progress (1): 227/266 kB Progress (1): 229/266 kB Progress (1): 231/266 kB Progress (1): 233/266 kB Progress (1): 236/266 kB Progress (1): 238/266 kB Progress (1): 240/266 kB Progress (1): 242/266 kB Progress (1): 244/266 kB Progress (1): 246/266 kB Progress (1): 248/266 kB Progress (1): 250/266 kB Progress (1): 252/266 kB Progress (1): 254/266 kB Progress (1): 256/266 kB Progress (1): 258/266 kB Progress (1): 260/266 kB Progress (1): 262/266 kB Progress (1): 264/266 kB Progress (1): 266 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar (266 kB at 2.9 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (340 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.18.0-RC1 [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-07-06 08:38:06,031 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-07-06 08:38:06,053 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4516af24, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4ae82894, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@543788f3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6d3af739, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1da51a35, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16022d9d] 2018-07-06 08:38:06,117 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-07-06 08:38:06,246 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@45afc369: startup date [Fri Jul 06 08:38:06 CEST 2018]; root of context hierarchy 2018-07-06 08:38:07,041 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@45afc369: startup date [Fri Jul 06 08:38:06 CEST 2018]; root of context hierarchy [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 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.733 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.013 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.205 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.033 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.012 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.013 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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.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-RC1/appng-testsupport-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-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-RC1/appng-testsupport-1.18.0-RC1.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-RC1/appng-testsupport-1.18.0-RC1.jar (57 kB at 563 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.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-RC1/appng-testsupport-1.18.0-RC1.pom (2.2 kB at 67 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 5.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-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-RC1/appng-testsupport-1.18.0-RC1-javadoc.jar (161 kB at 2.0 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-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-RC1/appng-testsupport-1.18.0-RC1-sources.jar (36 kB at 460 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (348 B at 12 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.18.0-RC1 [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.134 s - in org.appng.api.rest.DataSourceHelperTest [INFO] Running org.appng.api.rest.ActionHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.rest.ActionHelperTest [INFO] Running org.appng.api.rest.RestClientTest 2018-07-06 08:38:17,446 DEBUG [main] org.appng.api.rest.RestClient : received cookie: foo=bar 2018-07-06 08:38:17,446 DEBUG [main] org.appng.api.rest.RestClient : received cookie: lore=ipsum 2018-07-06 08:38:17,450 DEBUG [main] org.appng.api.rest.RestClient : sent cookie: lore=ipsum 2018-07-06 08:38:17,450 DEBUG [main] org.appng.api.rest.RestClient : sent cookie: foo=bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in org.appng.api.rest.RestClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, 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-RC1.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: https://appng.org/appng-api/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. [WARNING] Error fetching link: https://appng.org/appng-testsupport/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/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/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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.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-RC1/appng-rest-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-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-RC1/appng-rest-api-1.18.0-RC1.jar Progress (1): 2.0/78 kB Progress (1): 4.1/78 kB Progress (1): 6.1/78 kB Progress (1): 8.2/78 kB Progress (1): 10/78 kB Progress (1): 12/78 kB Progress (1): 14/78 kB Progress (1): 16/78 kB Progress (1): 18/78 kB Progress (1): 20/78 kB Progress (1): 23/78 kB Progress (1): 25/78 kB Progress (1): 27/78 kB Progress (1): 29/78 kB Progress (1): 31/78 kB Progress (1): 33/78 kB Progress (1): 35/78 kB Progress (1): 37/78 kB Progress (1): 39/78 kB Progress (1): 41/78 kB Progress (1): 43/78 kB Progress (1): 45/78 kB Progress (1): 47/78 kB Progress (1): 49/78 kB Progress (1): 51/78 kB Progress (1): 53/78 kB Progress (1): 55/78 kB Progress (1): 57/78 kB Progress (1): 59/78 kB Progress (1): 61/78 kB Progress (1): 63/78 kB Progress (1): 66/78 kB Progress (1): 68/78 kB Progress (1): 70/78 kB Progress (1): 72/78 kB Progress (1): 74/78 kB Progress (1): 76/78 kB Progress (1): 78 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.jar (78 kB at 659 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.pom Progress (1): 2.0/4.3 kB Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.pom (4.3 kB at 123 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 765 B/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 3.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-javadoc.jar Progress (1): 2.0/267 kB Progress (1): 4.1/267 kB Progress (1): 6.1/267 kB Progress (1): 8.2/267 kB Progress (1): 10/267 kB Progress (1): 12/267 kB Progress (1): 14/267 kB Progress (1): 16/267 kB Progress (1): 18/267 kB Progress (1): 20/267 kB Progress (1): 23/267 kB Progress (1): 25/267 kB Progress (1): 27/267 kB Progress (1): 29/267 kB Progress (1): 31/267 kB Progress (1): 33/267 kB Progress (1): 35/267 kB Progress (1): 37/267 kB Progress (1): 39/267 kB Progress (1): 41/267 kB Progress (1): 43/267 kB Progress (1): 45/267 kB Progress (1): 47/267 kB Progress (1): 49/267 kB Progress (1): 51/267 kB Progress (1): 53/267 kB Progress (1): 55/267 kB Progress (1): 57/267 kB Progress (1): 59/267 kB Progress (1): 61/267 kB Progress (1): 63/267 kB Progress (1): 66/267 kB Progress (1): 68/267 kB Progress (1): 70/267 kB Progress (1): 72/267 kB Progress (1): 74/267 kB Progress (1): 76/267 kB Progress (1): 78/267 kB Progress (1): 80/267 kB Progress (1): 82/267 kB Progress (1): 84/267 kB Progress (1): 86/267 kB Progress (1): 88/267 kB Progress (1): 90/267 kB Progress (1): 92/267 kB Progress (1): 94/267 kB Progress (1): 96/267 kB Progress (1): 98/267 kB Progress (1): 100/267 kB Progress (1): 102/267 kB Progress (1): 104/267 kB Progress (1): 106/267 kB Progress (1): 109/267 kB Progress (1): 111/267 kB Progress (1): 113/267 kB Progress (1): 115/267 kB Progress (1): 117/267 kB Progress (1): 119/267 kB Progress (1): 121/267 kB Progress (1): 123/267 kB Progress (1): 125/267 kB Progress (1): 127/267 kB Progress (1): 129/267 kB Progress (1): 131/267 kB Progress (1): 133/267 kB Progress (1): 135/267 kB Progress (1): 137/267 kB Progress (1): 139/267 kB Progress (1): 141/267 kB Progress (1): 143/267 kB Progress (1): 145/267 kB Progress (1): 147/267 kB Progress (1): 150/267 kB Progress (1): 152/267 kB Progress (1): 154/267 kB Progress (1): 156/267 kB Progress (1): 158/267 kB Progress (1): 160/267 kB Progress (1): 162/267 kB Progress (1): 164/267 kB Progress (1): 166/267 kB Progress (1): 168/267 kB Progress (1): 170/267 kB Progress (1): 172/267 kB Progress (1): 174/267 kB Progress (1): 176/267 kB Progress (1): 178/267 kB Progress (1): 180/267 kB Progress (1): 182/267 kB Progress (1): 184/267 kB Progress (1): 186/267 kB Progress (1): 188/267 kB Progress (1): 190/267 kB Progress (1): 193/267 kB Progress (1): 195/267 kB Progress (1): 197/267 kB Progress (1): 199/267 kB Progress (1): 201/267 kB Progress (1): 203/267 kB Progress (1): 205/267 kB Progress (1): 207/267 kB Progress (1): 209/267 kB Progress (1): 211/267 kB Progress (1): 213/267 kB Progress (1): 215/267 kB Progress (1): 217/267 kB Progress (1): 219/267 kB Progress (1): 221/267 kB Progress (1): 223/267 kB Progress (1): 225/267 kB Progress (1): 227/267 kB Progress (1): 229/267 kB Progress (1): 231/267 kB Progress (1): 233/267 kB Progress (1): 236/267 kB Progress (1): 238/267 kB Progress (1): 240/267 kB Progress (1): 242/267 kB Progress (1): 244/267 kB Progress (1): 246/267 kB Progress (1): 248/267 kB Progress (1): 250/267 kB Progress (1): 252/267 kB Progress (1): 254/267 kB Progress (1): 256/267 kB Progress (1): 258/267 kB Progress (1): 260/267 kB Progress (1): 262/267 kB Progress (1): 264/267 kB Progress (1): 266/267 kB Progress (1): 267 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-javadoc.jar (267 kB at 2.3 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar Progress (1): 2.0/51 kB Progress (1): 4.1/51 kB Progress (1): 6.1/51 kB Progress (1): 8.2/51 kB Progress (1): 10/51 kB Progress (1): 12/51 kB Progress (1): 14/51 kB Progress (1): 16/51 kB Progress (1): 18/51 kB Progress (1): 20/51 kB Progress (1): 23/51 kB Progress (1): 25/51 kB Progress (1): 27/51 kB Progress (1): 29/51 kB Progress (1): 31/51 kB Progress (1): 33/51 kB Progress (1): 35/51 kB Progress (1): 37/51 kB Progress (1): 39/51 kB Progress (1): 41/51 kB Progress (1): 43/51 kB Progress (1): 45/51 kB Progress (1): 47/51 kB Progress (1): 49/51 kB Progress (1): 51/51 kB Progress (1): 51 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar (51 kB at 218 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 5.4 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.18.0-RC1 [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-07-06 08:38:27,319 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fc6f14e: startup date [Fri Jul 06 08:38:27 CEST 2018]; root of context hierarchy 2018-07-06 08:38:27,693 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-07-06 08:38:27,693 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:27,714 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:27,851 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-07-06 08:38:27,853 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-07-06 08:38:27,916 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-07-06 08:38:28,105 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:28,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:28,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:28,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:28,113 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:28,472 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:28,533 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:29,524 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-07-06 08:38:30,044 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@59ce792e] 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-07-06 08:38:30,046 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:56) 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-07-06 08:38:30,049 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:56) 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-07-06 08:38:30,054 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@95eb320] 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-07-06 08:38:30,060 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:30,069 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:30,553 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:30,660 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fc6f14e: startup date [Fri Jul 06 08:38:27 CEST 2018]; root of context hierarchy 2018-07-06 08:38:30,661 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:30,661 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:30,665 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68b11545: startup date [Fri Jul 06 08:38:30 CEST 2018]; root of context hierarchy 2018-07-06 08:38:30,708 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-07-06 08:38:30,708 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:30,708 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:30,715 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:30,715 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:30,715 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:30,715 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:30,715 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:30,716 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:30,719 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:30,904 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11e9ac24] 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-07-06 08:38:30,907 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8641b7d] 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-07-06 08:38:30,910 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:30,913 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:30,957 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:30,982 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@68b11545: startup date [Fri Jul 06 08:38:30 CEST 2018]; root of context hierarchy 2018-07-06 08:38:30,982 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:30,982 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:30,985 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34edd065: startup date [Fri Jul 06 08:38:30 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,028 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-07-06 08:38:31,028 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,028 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:31,035 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:31,035 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,035 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:31,035 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:31,035 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:31,036 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:31,039 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:31,257 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2cee5365] 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-07-06 08:38:31,260 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5e69cf07] 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-07-06 08:38:31,267 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:31,271 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,332 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:31,348 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34edd065: startup date [Fri Jul 06 08:38:30 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,349 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,349 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,352 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@566fe83c: startup date [Fri Jul 06 08:38:31 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,395 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-07-06 08:38:31,395 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,395 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:31,401 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:31,401 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,402 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:31,402 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:31,402 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:31,403 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:31,406 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:31,583 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@722b2728] 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-07-06 08:38:31,585 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@278de2b2] 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-07-06 08:38:31,589 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:31,592 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,635 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:31,647 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@566fe83c: startup date [Fri Jul 06 08:38:31 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,647 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,647 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,650 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@416b1265: startup date [Fri Jul 06 08:38:31 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,688 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-07-06 08:38:31,688 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,688 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:31,694 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:31,694 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,694 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:31,695 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:31,695 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:31,695 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:31,699 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:31,867 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2d73767e] 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-07-06 08:38:31,870 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-07-06 08:38:31,873 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:31,876 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,916 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:31,926 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@416b1265: startup date [Fri Jul 06 08:38:31 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,926 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,927 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,932 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@31082efa: startup date [Fri Jul 06 08:38:31 CEST 2018]; root of context hierarchy 2018-07-06 08:38:31,971 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-07-06 08:38:31,971 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:31,972 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:31,977 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:31,977 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:31,978 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:31,978 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:31,978 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:31,978 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:31,981 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:32,120 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4c4215d7] 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-07-06 08:38:32,122 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@cfb94fd] 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-07-06 08:38:32,125 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:32,128 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,159 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:32,168 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@31082efa: startup date [Fri Jul 06 08:38:31 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,169 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,169 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,171 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@543d2ef3: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,200 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-07-06 08:38:32,200 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,200 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:32,205 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:32,205 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,205 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:32,205 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:32,205 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:32,206 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:32,208 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:32,365 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@a251135] 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-07-06 08:38:32,367 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@76104df5] 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-07-06 08:38:32,369 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:32,372 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,404 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:32,409 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@543d2ef3: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,410 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,410 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,412 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@40fee459: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,440 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-07-06 08:38:32,440 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,440 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:32,445 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:32,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:32,445 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:32,445 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:32,446 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:32,448 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:32,582 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5008559a] 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-07-06 08:38:32,584 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34065642] 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-07-06 08:38:32,587 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:32,589 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,620 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:32,634 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@40fee459: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,634 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,635 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,638 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@525b9df4: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,677 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-07-06 08:38:32,677 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,677 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:32,683 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:32,683 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,683 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:32,683 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:32,683 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:32,684 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:32,688 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:32,868 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3a012678] 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-07-06 08:38:32,871 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@15fd3088] 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-07-06 08:38:32,875 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:32,878 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,919 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:32,927 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@525b9df4: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,927 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,927 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,929 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3662c887: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:32,963 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-07-06 08:38:32,963 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:32,963 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:32,968 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:32,968 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:32,968 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:32,968 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:32,968 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:32,969 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:32,971 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:33,162 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6bbb3280] 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-07-06 08:38:33,164 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@15254569] 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-07-06 08:38:33,166 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:33,169 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,199 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:33,242 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3662c887: startup date [Fri Jul 06 08:38:32 CEST 2018]; root of context hierarchy 2018-07-06 08:38:33,242 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,242 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:33,244 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6e4bccc: startup date [Fri Jul 06 08:38:33 CEST 2018]; root of context hierarchy 2018-07-06 08:38:33,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-07-06 08:38:33,272 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,272 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:33,276 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:33,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:33,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:33,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:33,276 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:33,277 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:33,279 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:33,407 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1f3f0d25] 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-07-06 08:38:33,409 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32029cd] 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-07-06 08:38:33,411 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:33,414 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,447 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:33,471 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6e4bccc: startup date [Fri Jul 06 08:38:33 CEST 2018]; root of context hierarchy 2018-07-06 08:38:33,471 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,472 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:33,474 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6408a8ac: startup date [Fri Jul 06 08:38:33 CEST 2018]; root of context hierarchy 2018-07-06 08:38:33,505 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-07-06 08:38:33,506 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,506 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:33,511 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:33,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:33,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:33,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:33,511 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:33,511 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:33,514 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:33,645 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18ed8b75] 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-07-06 08:38:33,647 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@30b0d5a7] 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-07-06 08:38:33,649 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:33,652 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,685 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:33,706 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6408a8ac: startup date [Fri Jul 06 08:38:33 CEST 2018]; root of context hierarchy 2018-07-06 08:38:33,707 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:33,717 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34ac72c3: startup date [Fri Jul 06 08:38:33 CEST 2018]; root of context hierarchy 2018-07-06 08:38:33,806 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-07-06 08:38:33,806 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:33,807 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:33,813 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:33,813 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:33,813 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:33,813 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:33,814 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:33,814 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:33,817 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:33,973 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21f7c0be] 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-07-06 08:38:33,975 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1a1d7832] 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-07-06 08:38:33,978 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:33,981 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,016 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:34,023 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34ac72c3: startup date [Fri Jul 06 08:38:33 CEST 2018]; root of context hierarchy 2018-07-06 08:38:34,024 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,024 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:34,026 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@49e8548d: startup date [Fri Jul 06 08:38:34 CEST 2018]; root of context hierarchy 2018-07-06 08:38:34,058 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-07-06 08:38:34,058 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,058 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:34,063 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:34,063 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:34,063 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:34,063 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:34,063 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:34,064 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:34,066 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:34,222 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2806fe58] 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-07-06 08:38:34,224 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32fb4a87] 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-07-06 08:38:34,227 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:34,230 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,262 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:34,273 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@49e8548d: startup date [Fri Jul 06 08:38:34 CEST 2018]; root of context hierarchy 2018-07-06 08:38:34,273 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,273 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:34,275 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@58f05266: startup date [Fri Jul 06 08:38:34 CEST 2018]; root of context hierarchy 2018-07-06 08:38:34,303 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-07-06 08:38:34,303 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,304 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:34,308 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:34,308 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:34,308 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:34,308 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:34,308 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:34,309 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:34,311 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:34,439 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35b8b69f] 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-07-06 08:38:34,441 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7aa4ef24] 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-07-06 08:38:34,443 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:34,446 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,477 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:34,483 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@58f05266: startup date [Fri Jul 06 08:38:34 CEST 2018]; root of context hierarchy 2018-07-06 08:38:34,483 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:34,484 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.423 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2018-07-06 08:38:34,505 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:34,510 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:34,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:34,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:34,511 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:34,511 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:34,512 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:34,518 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:34,838 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@495c3d15] 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-07-06 08:38:34,840 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@13cfa1ec] 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-07-06 08:38:34,843 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:34,846 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:34,870 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:34,875 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:34,875 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:34,875 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:34,875 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:34,875 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:34,876 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:34,878 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:35,016 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60ee1a29] 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-07-06 08:38:35,018 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3bad0efd] 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-07-06 08:38:35,021 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:35,024 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:35,035 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:35,039 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:35,039 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:35,039 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:35,039 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:35,039 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:35,040 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:35,042 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:35,176 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1fb320de] 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-07-06 08:38:35,178 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@328446e1] 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-07-06 08:38:35,181 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:35,185 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:35,200 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:35,206 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:35,207 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:35,207 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:35,207 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:35,207 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:35,207 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:35,209 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:35,347 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7fa9e773] 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-07-06 08:38:35,349 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1479c527] 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-07-06 08:38:35,351 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:35,355 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:35,365 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:35,370 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:35,370 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:35,370 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:35,370 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:35,370 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:35,371 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:35,373 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:35,482 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ff2ac2d] 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-07-06 08:38:35,484 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f06c9ac] 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-07-06 08:38:35,486 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:35,490 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2018-07-06 08:38:35,500 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@60c95d8: startup date [Fri Jul 06 08:38:35 CEST 2018]; root of context hierarchy 2018-07-06 08:38:35,579 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-07-06 08:38:35,579 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:35,579 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:35,584 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:35,584 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:35,584 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:35,584 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:35,584 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:35,585 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:35,587 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:35,707 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4639d92c] 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-07-06 08:38:35,709 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@519d1224] 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-07-06 08:38:35,711 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:35,714 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:35,799 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:35,807 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@60c95d8: startup date [Fri Jul 06 08:38:35 CEST 2018]; root of context hierarchy 2018-07-06 08:38:35,808 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:35,808 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.309 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2018-07-06 08:38:35,811 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@13180cc9: startup date [Fri Jul 06 08:38:35 CEST 2018]; root of context hierarchy 2018-07-06 08:38:35,843 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-07-06 08:38:35,843 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:35,843 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:38:35,847 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:38:35,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-07-06 08:38:35,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:38:35,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:38:35,847 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:38:35,848 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:38:35,850 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:38:35,971 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@eb3ceb4] 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-07-06 08:38:35,972 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32d3bc83] 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-07-06 08:38:35,975 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@4fe64d23' 2018-07-06 08:38:35,979 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:38:36,021 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:38:36,043 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@13180cc9: startup date [Fri Jul 06 08:38:35 CEST 2018]; root of context hierarchy 2018-07-06 08:38:36,043 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.234 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, 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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.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-RC1/appng-persistence-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-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-RC1/appng-persistence-1.18.0-RC1.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-RC1/appng-persistence-1.18.0-RC1.jar (23 kB at 49 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.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-RC1/appng-persistence-1.18.0-RC1.pom (2.5 kB at 62 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 11 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 4.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-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-RC1/appng-persistence-1.18.0-RC1-javadoc.jar (105 kB at 990 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-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-RC1/appng-persistence-1.18.0-RC1-sources.jar (21 kB at 240 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (348 B at 12 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.18.0-RC1 [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-07-06 08:38:47,872 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2018-07-06 08:38:47,885 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2018-07-06 08:38:47,931 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-07-06 08:38:48,046 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-07-06 08:38:48,048 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-07-06 08:38:48,049 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-07-06 08:38:48,049 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-07-06 08:38:48,053 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-07-06 08:38:48,053 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 128ms Jul 06, 2018 8:38:48 AM 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. Jul 06, 2018 8:38:48 AM 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-07-06 08:38:48,639 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt 2018-07-06 08:38:48,646 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 593ms 2018-07-06 08:38:48,649 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-07-06 08:38:48,652 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-07-06 08:38:48,654 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-07-06 08:38:48,654 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-07-06 08:38:48,654 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-07-06 08:38:48,654 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-07-06 08:38:48,654 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 5ms 2018-07-06 08:38:48,687 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2018-07-06 08:38:48,687 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 32ms 2018-07-06 08:38:48,707 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2018-07-06 08:38:48,707 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 20ms 2018-07-06 08:38:48,708 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-07-06 08:38:48,709 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2018-07-06 08:38:48,709 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2018-07-06 08:38:48,709 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-07-06 08:38:48,709 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1ms 2018-07-06 08:38:48,709 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 823 milliseconds 2018-07-06 08:38:48,800 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#981446830 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2018-07-06 08:38:48,803 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-07-06 08:38:50,838 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#981446830 2018-07-06 08:38:50,839 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-07-06 08:38:50,839 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#981446830, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-07-06 08:38:50,846 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@3a7fb0ae 2018-07-06 08:38:50,846 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2018-07-06 08:38:50,847 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@6d822fd 2018-07-06 08:38:50,855 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#733277159 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2018-07-06 08:38:50,941 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2018-07-06 08:38:50,941 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [85ms] CREATE, query: +id:/de/42.jsp +type:jsp 2018-07-06 08:38:50,943 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2018-07-06 08:38:50,943 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/de/42.txt +type:txt 2018-07-06 08:38:53,089 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#733277159 2018-07-06 08:38:53,090 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-07-06 08:38:53,090 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#733277159, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-07-06 08:38:53,091 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@2bb4ebe7 2018-07-06 08:38:53,091 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2018-07-06 08:38:53,091 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@6d822fd 2018-07-06 08:38:53,101 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1817952383 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2018-07-06 08:38:53,143 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2018-07-06 08:38:53,143 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [14ms] CREATE, query: +id:/en/42.jsp +type:jsp 2018-07-06 08:38:53,147 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2018-07-06 08:38:53,147 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/en/42.txt +type:txt 2018-07-06 08:38:53,148 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2018-07-06 08:38:53,149 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/en/foobar.txt +type:txt 2018-07-06 08:38:53,149 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2018-07-06 08:38:53,149 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [0ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2018-07-06 08:38:55,211 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1817952383 2018-07-06 08:38:55,211 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-07-06 08:38:55,211 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1817952383, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-07-06 08:38:55,212 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@6c5bc07f 2018-07-06 08:38:55,213 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.2):c2) 2018-07-06 08:38:55,213 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@6d822fd 2018-07-06 08:38:55,453 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2018-07-06 08:38:56,335 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2018-07-06 08:38:56,357 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2018-07-06 08:38:56,371 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: 8.92 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2018-07-06 08:38:56,378 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-07-06 08:38:56,378 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2018-07-06 08:38:56,378 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2018-07-06 08:38:56,378 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-07-06 08:38:56,378 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2018-07-06 08:38:56,378 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-07-06 08:38:56,379 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-07-06 08:38:56,381 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-07-06 08:38:56,381 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-07-06 08:38:56,381 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-07-06 08:38:56,381 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2018-07-06 08:38:56,381 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2018-07-06 08:38:56,382 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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-RC1.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: https://jsoup.org/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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.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-RC1/appng-search-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-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-RC1/appng-search-1.18.0-RC1.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-RC1/appng-search-1.18.0-RC1.jar (54 kB at 361 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.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-RC1/appng-search-1.18.0-RC1.pom (2.3 kB at 63 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 7.3 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 3.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-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-RC1/appng-search-1.18.0-RC1-javadoc.jar (197 kB at 1.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-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-RC1/appng-search-1.18.0-RC1-sources.jar (39 kB at 154 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (343 B at 5.8 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.18.0-RC1 [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 75 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 77 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.05 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.45 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-07-06 08:39:08,569 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1624972302 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:08,583 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2018-07-06 08:39:08,584 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1399701152 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:08,585 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2018-07-06 08:39:08,586 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#527829831 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:08,586 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2018-07-06 08:39:08,587 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#871790326 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:08,588 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#1281025083) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 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.436 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.004 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2018-07-06 08:39:11,054 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-07-06 08:39:11,055 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399945, maximum is 3600000 2018-07-06 08:39:11,055 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2018-07-06 08:39:11,057 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-07-06 08:39:11,058 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is B641D7C3A9F758AB8E416AF8DFCA6D6D, but should be 25091675891F66FBEE7761968A164425 2018-07-06 08:39:11,058 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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.016 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2018-07-06 08:39:11,175 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-07-06 08:39:11,182 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2018-07-06 08:39:11,186 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-07-06 08:39:11,186 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2018-07-06 08:39:11,187 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2018-07-06 08:39:11,188 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2018-07-06 08:39:11,188 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2018-07-06 08:39:11,189 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' 2018-07-06 08:39:11,231 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-07-06 08:39:11,232 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2018-07-06 08:39:11,232 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2018-07-06 08:39:11,233 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2018-07-06 08:39:11,233 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2018-07-06 08:39:11,233 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2018-07-06 08:39:11,233 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2018-07-06 08:39:11,233 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2018-07-06 08:39:11,233 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.158 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.44 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2018-07-06 08:39:11,731 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-07-06 08:39:11,741 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@49c66ade, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6239aba6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e6104fc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12359a82, org.springframework.test.context.transaction.TransactionalTestExecutionListener@68df9280, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@479460a6] 2018-07-06 08:39:11,807 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:12,250 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:12,387 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@ca30bc1: startup date [Fri Jul 06 08:39:12 CEST 2018]; root of context hierarchy 2018-07-06 08:39:12,692 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:12,817 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:12,916 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-07-06 08:39:12,918 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-07-06 08:39:12,989 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-07-06 08:39:13,203 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:13,242 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-07-06 08:39:13,242 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:13,242 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:13,246 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:13,599 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:13,660 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:14,334 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-07-06 08:39:15,266 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@624b523] 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-07-06 08:39:15,275 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ed5b321] 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-07-06 08:39:15,325 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:15,720 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:16,097 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@ca30bc1: startup date [Fri Jul 06 08:39:12 CEST 2018]; root of context hierarchy 2018-07-06 08:39:16,515 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#574187498 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:16,547 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-07-06 08:39:16,547 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-07-06 08:39:16,547 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-07-06 08:39:16,549 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-07-06 08:39:16,549 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-07-06 08:39:16,550 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-07-06 08:39:16,553 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#34940856 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:16,558 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1641214567 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:16,567 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-07-06 08:39:16,567 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-07-06 08:39:16,567 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-07-06 08:39:16,569 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-07-06 08:39:16,569 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-07-06 08:39:16,569 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-07-06 08:39:16,606 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2018-07-06 08:39:16,656 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@ca30bc1: startup date [Fri Jul 06 08:39:12 CEST 2018]; root of context hierarchy 2018-07-06 08:39:16,659 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:16,659 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: 4.984 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2018-07-06 08:39:16,668 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-07-06 08:39:16,669 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@994544, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5df92089, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6f0c45f4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@45571cfc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@faec277, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1b475663] 2018-07-06 08:39:16,671 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:16,772 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:16,809 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1669931a: startup date [Fri Jul 06 08:39:16 CEST 2018]; root of context hierarchy 2018-07-06 08:39:16,866 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:16,881 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:16,907 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:16,907 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-07-06 08:39:16,907 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:16,907 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:16,907 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:16,908 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:16,913 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:17,098 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1a5b7394] 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-07-06 08:39:17,109 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c2883b1] 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-07-06 08:39:17,138 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:17,276 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:17,418 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1669931a: startup date [Fri Jul 06 08:39:16 CEST 2018]; root of context hierarchy 2018-07-06 08:39:17,539 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6200b644, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:17,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2018-07-06 08:39:17,556 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2018-07-06 08:39:17,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-07-06 08:39:17,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-07-06 08:39:17,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2018-07-06 08:39:17,562 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2018-07-06 08:39:17,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2018-07-06 08:39:17,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2018-07-06 08:39:17,566 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2018-07-06 08:39:17,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2018-07-06 08:39:17,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2018-07-06 08:39:17,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2018-07-06 08:39:17,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2018-07-06 08:39:17,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2018-07-06 08:39:17,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2018-07-06 08:39:17,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2018-07-06 08:39:17,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2018-07-06 08:39:17,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2018-07-06 08:39:17,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2018-07-06 08:39:17,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2018-07-06 08:39:17,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-07-06 08:39:17,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2018-07-06 08:39:17,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2018-07-06 08:39:17,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-07-06 08:39:17,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2018-07-06 08:39:17,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2018-07-06 08:39:17,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2018-07-06 08:39:17,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-07-06 08:39:17,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-07-06 08:39:17,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-07-06 08:39:17,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-07-06 08:39:17,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-07-06 08:39:17,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-07-06 08:39:17,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-07-06 08:39:17,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-07-06 08:39:17,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-07-06 08:39:17,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-07-06 08:39:17,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-07-06 08:39:17,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-07-06 08:39:17,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-07-06 08:39:17,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-07-06 08:39:17,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-07-06 08:39:17,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-07-06 08:39:17,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-07-06 08:39:17,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-07-06 08:39:17,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-07-06 08:39:17,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-07-06 08:39:17,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-07-06 08:39:17,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-07-06 08:39:17,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-07-06 08:39:17,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-07-06 08:39:17,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-07-06 08:39:17,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-07-06 08:39:17,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-07-06 08:39:17,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:39:17,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-07-06 08:39:17,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-07-06 08:39:17,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2018-07-06 08:39:17,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-07-06 08:39:17,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-07-06 08:39:17,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-07-06 08:39:17,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-07-06 08:39:17,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-07-06 08:39:17,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-07-06 08:39:17,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-07-06 08:39:17,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-07-06 08:39:17,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-07-06 08:39:17,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-07-06 08:39:17,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-07-06 08:39:17,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-07-06 08:39:17,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-07-06 08:39:17,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-07-06 08:39:17,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-07-06 08:39:17,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-07-06 08:39:17,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-07-06 08:39:17,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-07-06 08:39:17,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-07-06 08:39:17,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-07-06 08:39:17,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2018-07-06 08:39:17,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-07-06 08:39:17,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2018-07-06 08:39:17,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2018-07-06 08:39:17,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2018-07-06 08:39:17,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2018-07-06 08:39:17,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2018-07-06 08:39:17,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2018-07-06 08:39:17,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-07-06 08:39:17,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-07-06 08:39:17,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-07-06 08:39:17,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-07-06 08:39:17,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-07-06 08:39:17,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-07-06 08:39:17,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-07-06 08:39:17,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-07-06 08:39:17,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-07-06 08:39:17,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-07-06 08:39:17,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-07-06 08:39:17,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-07-06 08:39:17,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-07-06 08:39:17,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-07-06 08:39:17,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-07-06 08:39:17,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-07-06 08:39:17,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-07-06 08:39:17,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-07-06 08:39:17,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-07-06 08:39:17,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-07-06 08:39:17,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-07-06 08:39:17,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-07-06 08:39:17,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-07-06 08:39:17,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-07-06 08:39:17,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-07-06 08:39:17,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-07-06 08:39:17,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-07-06 08:39:17,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-07-06 08:39:17,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-07-06 08:39:17,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-07-06 08:39:17,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-07-06 08:39:17,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-07-06 08:39:17,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-07-06 08:39:17,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-07-06 08:39:17,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-07-06 08:39:17,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-07-06 08:39:17,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-07-06 08:39:17,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-07-06 08:39:17,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-07-06 08:39:17,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-07-06 08:39:17,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-07-06 08:39:17,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-07-06 08:39:17,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-07-06 08:39:17,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-07-06 08:39:17,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-07-06 08:39:17,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-07-06 08:39:17,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-07-06 08:39:17,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-07-06 08:39:17,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-07-06 08:39:17,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-07-06 08:39:17,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-07-06 08:39:17,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-07-06 08:39:17,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-07-06 08:39:17,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-07-06 08:39:17,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-07-06 08:39:17,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-07-06 08:39:17,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-07-06 08:39:17,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-07-06 08:39:17,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-07-06 08:39:17,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-07-06 08:39:17,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-07-06 08:39:17,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-07-06 08:39:17,792 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#427645575 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:17,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-07-06 08:39:17,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-07-06 08:39:17,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2018-07-06 08:39:17,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2018-07-06 08:39:17,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2018-07-06 08:39:17,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-07-06 08:39:17,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2018-07-06 08:39:17,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-07-06 08:39:17,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2018-07-06 08:39:17,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2018-07-06 08:39:17,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-07-06 08:39:17,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2018-07-06 08:39:17,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2018-07-06 08:39:17,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2018-07-06 08:39:17,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-07-06 08:39:17,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2018-07-06 08:39:17,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-07-06 08:39:17,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2018-07-06 08:39:17,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2018-07-06 08:39:17,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2018-07-06 08:39:17,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2018-07-06 08:39:17,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2018-07-06 08:39:17,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2018-07-06 08:39:17,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-07-06 08:39:17,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-07-06 08:39:17,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2018-07-06 08:39:17,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-07-06 08:39:17,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2018-07-06 08:39:17,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2018-07-06 08:39:17,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-07-06 08:39:17,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2018-07-06 08:39:17,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-07-06 08:39:17,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2018-07-06 08:39:17,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2018-07-06 08:39:17,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2018-07-06 08:39:17,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2018-07-06 08:39:17,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2018-07-06 08:39:17,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2018-07-06 08:39:17,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2018-07-06 08:39:17,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2018-07-06 08:39:17,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2018-07-06 08:39:17,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2018-07-06 08:39:17,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2018-07-06 08:39:17,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2018-07-06 08:39:17,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-07-06 08:39:17,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-07-06 08:39:17,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2018-07-06 08:39:17,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2018-07-06 08:39:17,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-07-06 08:39:17,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2018-07-06 08:39:17,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-07-06 08:39:17,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2018-07-06 08:39:17,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2018-07-06 08:39:17,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2018-07-06 08:39:17,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2018-07-06 08:39:17,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2018-07-06 08:39:17,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-07-06 08:39:17,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2018-07-06 08:39:17,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2018-07-06 08:39:17,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2018-07-06 08:39:17,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2018-07-06 08:39:17,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2018-07-06 08:39:17,850 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1034769247 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:17,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2018-07-06 08:39:17,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2018-07-06 08:39:17,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2018-07-06 08:39:17,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-07-06 08:39:17,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2018-07-06 08:39:17,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2018-07-06 08:39:17,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2018-07-06 08:39:17,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2018-07-06 08:39:17,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2018-07-06 08:39:17,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2018-07-06 08:39:17,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-07-06 08:39:17,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-07-06 08:39:17,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-07-06 08:39:17,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-07-06 08:39:17,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2018-07-06 08:39:17,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-07-06 08:39:17,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-07-06 08:39:17,892 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-07-06 08:39:17,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2018-07-06 08:39:17,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2018-07-06 08:39:17,893 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-07-06 08:39:17,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2018-07-06 08:39:17,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2018-07-06 08:39:17,894 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2018-07-06 08:39:17,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-07-06 08:39:17,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2018-07-06 08:39:17,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2018-07-06 08:39:17,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2018-07-06 08:39:17,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2018-07-06 08:39:17,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2018-07-06 08:39:17,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2018-07-06 08:39:17,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2018-07-06 08:39:17,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2018-07-06 08:39:17,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2018-07-06 08:39:17,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2018-07-06 08:39:17,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2018-07-06 08:39:17,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2018-07-06 08:39:17,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2018-07-06 08:39:17,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-07-06 08:39:17,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2018-07-06 08:39:17,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2018-07-06 08:39:17,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2018-07-06 08:39:17,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2018-07-06 08:39:17,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2018-07-06 08:39:17,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2018-07-06 08:39:17,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-07-06 08:39:17,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2018-07-06 08:39:17,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2018-07-06 08:39:17,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2018-07-06 08:39:17,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-07-06 08:39:17,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2018-07-06 08:39:17,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2018-07-06 08:39:17,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2018-07-06 08:39:17,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2018-07-06 08:39:17,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-07-06 08:39:17,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2018-07-06 08:39:17,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-07-06 08:39:17,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-07-06 08:39:17,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2018-07-06 08:39:17,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-07-06 08:39:17,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2018-07-06 08:39:17,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2018-07-06 08:39:17,906 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#92686444 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:17,951 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-07-06 08:39:17,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2018-07-06 08:39:17,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2018-07-06 08:39:17,960 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6200b644, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:17,962 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36330be8, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,015 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1543664352 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,036 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1175156694 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,056 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2144599302 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-07-06 08:39:18,088 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36330be8, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,090 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@71469e01, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,116 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#391731126 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,135 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#85775058 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,151 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#295634732 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-07-06 08:39:18,175 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@71469e01, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,178 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3b77940f, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,205 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#978105475 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,233 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1597323019 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,251 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#63344258 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,296 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-07-06 08:39:18,297 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-07-06 08:39:18,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2018-07-06 08:39:18,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2018-07-06 08:39:18,309 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3b77940f, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,311 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@455d04d2, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,334 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1911225188 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,350 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1743939261 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,362 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#177711253 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,396 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@455d04d2, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,398 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5eef8a16, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,421 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1309147872 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,433 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1148140115 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,445 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2087233084 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,454 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5eef8a16, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,456 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@67cd84f9, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,477 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1827910615 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,489 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#256993264 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,742 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1909951660 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2018-07-06 08:39:18,750 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@67cd84f9, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,752 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@480994d3, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,770 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#739939746 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,780 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1264517679 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,790 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1979355732 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2018-07-06 08:39:18,796 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@480994d3, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,798 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14e83c9d, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,814 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#92699135 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,823 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1008595177 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,832 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#382334960 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2018-07-06 08:39:18,838 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14e83c9d, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@ca0a21f, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#839843829 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,865 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1271481627 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,873 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2097361864 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2018-07-06 08:39:18,878 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@ca0a21f, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,880 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@bb38c49, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,894 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#750074876 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,903 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1098593858 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,910 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1847776959 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2018-07-06 08:39:18,914 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@bb38c49, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,916 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19b3d3a4, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1156038763 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,938 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#190569982 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,946 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1312137753 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2018-07-06 08:39:18,950 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19b3d3a4, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,952 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4603c412, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:18,966 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#875930853 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,974 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#655391383 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,982 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#111783051 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:18,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2018-07-06 08:39:18,986 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4603c412, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:18,988 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1af6d656, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,001 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1074601008 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,009 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2017577360 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,016 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2067323681 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2018-07-06 08:39:19,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2018-07-06 08:39:19,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2018-07-06 08:39:19,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2018-07-06 08:39:19,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2018-07-06 08:39:19,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2018-07-06 08:39:19,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics 2018-07-06 08:39:19,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2018-07-06 08:39:19,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2018-07-06 08:39:19,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2018-07-06 08:39:19,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2018-07-06 08:39:19,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2018-07-06 08:39:19,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions 2018-07-06 08:39:19,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2018-07-06 08:39:19,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2018-07-06 08:39:19,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2018-07-06 08:39:19,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2018-07-06 08:39:19,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2018-07-06 08:39:19,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2018-07-06 08:39:19,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2018-07-06 08:39:19,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2018-07-06 08:39:19,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown 2018-07-06 08:39:19,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2018-07-06 08:39:19,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2018-07-06 08:39:19,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2018-07-06 08:39:19,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2018-07-06 08:39:19,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2018-07-06 08:39:19,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2018-07-06 08:39:19,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled 2018-07-06 08:39:19,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2018-07-06 08:39:19,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2018-07-06 08:39:19,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2018-07-06 08:39:19,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2018-07-06 08:39:19,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2018-07-06 08:39:19,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2018-07-06 08:39:19,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout 2018-07-06 08:39:19,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2018-07-06 08:39:19,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2018-07-06 08:39:19,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2018-07-06 08:39:19,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2018-07-06 08:39:19,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2018-07-06 08:39:19,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2018-07-06 08:39:19,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2018-07-06 08:39:19,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2018-07-06 08:39:19,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2018-07-06 08:39:19,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2018-07-06 08:39:19,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2018-07-06 08:39:19,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2018-07-06 08:39:19,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2018-07-06 08:39:19,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2018-07-06 08:39:19,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2018-07-06 08:39:19,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2018-07-06 08:39:19,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2018-07-06 08:39:19,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2018-07-06 08:39:19,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2018-07-06 08:39:19,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2018-07-06 08:39:19,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2018-07-06 08:39:19,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2018-07-06 08:39:19,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2018-07-06 08:39:19,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2018-07-06 08:39:19,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2018-07-06 08:39:19,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2018-07-06 08:39:19,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2018-07-06 08:39:19,051 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1af6d656, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,053 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63c88994, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,067 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1980588880 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,075 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1307655038 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,082 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#626071701 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,089 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#379671137 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2018-07-06 08:39:19,093 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@63c88994, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,096 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d9cba2, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,109 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2028313348 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,118 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#210688344 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,125 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1666456788 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,132 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#638582764 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2018-07-06 08:39:19,142 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3d9cba2, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,145 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@28c75c93, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,158 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1085700275 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,165 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1894826834 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,173 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1019397304 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,179 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1123757033 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-07-06 08:39:19,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2018-07-06 08:39:19,185 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@28c75c93, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,187 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a4238ff, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,200 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#673307146 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,207 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1287817936 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,215 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#890560397 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,221 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1455386398 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,223 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6a4238ff, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,225 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@306c8e09, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [true] 2018-07-06 08:39:19,236 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1160393458 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,243 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#494393798 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,250 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1091633125 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,256 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1570030862 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,264 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2018-07-06 08:39:19,266 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@306c8e09, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,268 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4131f6db, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,279 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#496807022 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,286 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1703226629 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,292 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#719383448 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,298 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2117097811 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,301 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2018-07-06 08:39:19,308 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2018-07-06 08:39:19,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2018-07-06 08:39:19,315 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-07-06 08:39:19,315 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2018-07-06 08:39:19,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-07-06 08:39:19,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2018-07-06 08:39:19,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2018-07-06 08:39:19,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2018-07-06 08:39:19,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2018-07-06 08:39:19,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2018-07-06 08:39:19,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2018-07-06 08:39:19,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-07-06 08:39:19,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2018-07-06 08:39:19,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2018-07-06 08:39:19,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-07-06 08:39:19,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-07-06 08:39:19,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-07-06 08:39:19,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2018-07-06 08:39:19,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2018-07-06 08:39:19,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2018-07-06 08:39:19,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2018-07-06 08:39:19,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-07-06 08:39:19,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-07-06 08:39:19,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-07-06 08:39:19,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-07-06 08:39:19,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-07-06 08:39:19,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2018-07-06 08:39:19,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-07-06 08:39:19,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2018-07-06 08:39:19,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2018-07-06 08:39:19,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2018-07-06 08:39:19,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2018-07-06 08:39:19,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2018-07-06 08:39:19,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-07-06 08:39:19,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2018-07-06 08:39:19,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2018-07-06 08:39:19,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2018-07-06 08:39:19,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2018-07-06 08:39:19,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-07-06 08:39:19,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2018-07-06 08:39:19,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-07-06 08:39:19,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2018-07-06 08:39:19,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-07-06 08:39:19,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2018-07-06 08:39:19,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2018-07-06 08:39:19,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-07-06 08:39:19,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2018-07-06 08:39:19,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2018-07-06 08:39:19,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2018-07-06 08:39:19,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2018-07-06 08:39:19,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2018-07-06 08:39:19,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2018-07-06 08:39:19,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2018-07-06 08:39:19,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2018-07-06 08:39:19,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2018-07-06 08:39:19,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2018-07-06 08:39:19,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-07-06 08:39:19,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2018-07-06 08:39:19,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2018-07-06 08:39:19,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2018-07-06 08:39:19,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2018-07-06 08:39:19,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2018-07-06 08:39:19,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2018-07-06 08:39:19,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2018-07-06 08:39:19,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2018-07-06 08:39:19,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2018-07-06 08:39:19,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2018-07-06 08:39:19,338 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4131f6db, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,346 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@21b3161c, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,366 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1504640633 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,376 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#287625163 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,383 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1861337277 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,393 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-07-06 08:39:19,424 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-07-06 08:39:19,428 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-07-06 08:39:19,428 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-07-06 08:39:19,494 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2 2018-07-06 08:39:19,500 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-07-06 08:39:19,500 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2018-07-06 08:39:19,509 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1307911974) 2018-07-06 08:39:19,509 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-07-06 08:39:19,509 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#1307911974) 2018-07-06 08:39:19,509 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1307911974) complete 2018-07-06 08:39:19,514 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-07-06 08:39:19,541 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-07-06 08:39:19,657 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-07-06 08:39:19,657 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2018-07-06 08:39:19,660 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-07-06 08:39:19,660 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-07-06 08:39:19,662 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-07-06 08:39:19,662 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-07-06 08:39:19,663 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-07-06 08:39:19,663 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2018-07-06 08:39:19,666 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2018-07-06 08:39:19,666 INFO [pool-3-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2018-07-06 08:39:19,680 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-07-06 08:39:19,767 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-07-06 08:39:19,768 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2018-07-06 08:39:19,768 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2018-07-06 08:39:19,769 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2018-07-06 08:39:19,769 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2018-07-06 08:39:19,770 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2018-07-06 08:39:19,770 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2018-07-06 08:39:19,771 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-07-06 08:39:19,772 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2018-07-06 08:39:19,772 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2018-07-06 08:39:19,773 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-07-06 08:39:19,773 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-07-06 08:39:19,773 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-07-06 08:39:19,774 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2018-07-06 08:39:19,774 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2018-07-06 08:39:19,775 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2018-07-06 08:39:19,775 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2018-07-06 08:39:19,776 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-07-06 08:39:19,776 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-07-06 08:39:19,777 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-07-06 08:39:19,777 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-07-06 08:39:19,778 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-07-06 08:39:19,778 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2018-07-06 08:39:19,779 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-07-06 08:39:19,779 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2018-07-06 08:39:19,780 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2018-07-06 08:39:19,780 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2018-07-06 08:39:19,781 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2018-07-06 08:39:19,781 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2018-07-06 08:39:19,781 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-07-06 08:39:19,782 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2018-07-06 08:39:19,782 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2018-07-06 08:39:19,783 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2018-07-06 08:39:19,784 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2018-07-06 08:39:19,784 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-07-06 08:39:19,785 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2018-07-06 08:39:19,785 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-07-06 08:39:19,785 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2018-07-06 08:39:19,786 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-07-06 08:39:19,786 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2018-07-06 08:39:19,787 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2018-07-06 08:39:19,787 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-07-06 08:39:19,788 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2018-07-06 08:39:19,788 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2018-07-06 08:39:19,788 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2018-07-06 08:39:19,789 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2018-07-06 08:39:19,789 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2018-07-06 08:39:19,790 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2018-07-06 08:39:19,790 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2018-07-06 08:39:19,790 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2018-07-06 08:39:19,791 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2018-07-06 08:39:19,791 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2018-07-06 08:39:19,792 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-07-06 08:39:19,792 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2018-07-06 08:39:19,793 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2018-07-06 08:39:19,793 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2018-07-06 08:39:19,793 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2018-07-06 08:39:19,794 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2018-07-06 08:39:19,794 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2018-07-06 08:39:19,795 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2018-07-06 08:39:19,795 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2018-07-06 08:39:19,796 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2018-07-06 08:39:19,796 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2018-07-06 08:39:19,798 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@21b3161c, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,813 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b1e63b5, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,831 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1884805620 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,840 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#511920731 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2018-07-06 08:39:19,846 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b1e63b5, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,848 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@643f8ebe, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,863 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1267443383 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,870 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1935524147 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,873 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@643f8ebe, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,874 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@480fb706, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1801561264 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,895 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1230121951 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,896 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@480fb706, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,898 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39eea4f6, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,910 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#85284187 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,916 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#549803608 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,916 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2018-07-06 08:39:19,920 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39eea4f6, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,921 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22825762, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,933 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#541220779 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,938 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2116847138 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,942 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22825762, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,944 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@34d6e9a4, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#119202251 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,961 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#424181011 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,966 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@34d6e9a4, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,968 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d4f2f3d, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,979 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#732967222 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,985 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1217400138 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:19,986 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d4f2f3d, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:19,988 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@452ea8f0, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:19,999 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1355471790 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,004 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1968199623 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,006 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@452ea8f0, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,008 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@623dc0b8, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,018 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#945899637 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,024 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#918053448 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,029 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@623dc0b8, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,030 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b5df8b7, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,041 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#502852148 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,046 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#754366182 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,049 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b5df8b7, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,050 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49868df8, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,061 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1025935916 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,066 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#484166022 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,070 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49868df8, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,072 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56a63c28, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,083 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#529404054 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,088 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1637434535 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,094 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56a63c28, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,096 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@41bd8ec9, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,106 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1941322007 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,111 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1636639121 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,118 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@41bd8ec9, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,120 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2252dc5d, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,131 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1966678913 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,137 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1585558534 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,138 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2252dc5d, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,140 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e79b0fc, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1220897602 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,155 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#797553742 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,158 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e79b0fc, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,160 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ca4b010, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,170 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#30389662 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,175 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1986174850 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,178 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ca4b010, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,180 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d0fae45, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,190 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1109462311 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,195 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#295489574 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,196 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d0fae45, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,198 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b13ae73, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,207 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#462914986 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,212 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#211097838 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,214 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b13ae73, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,215 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56929ce, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,225 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#935001848 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,230 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1046906691 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,235 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56929ce, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,237 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@adc06b2, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,246 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#475794730 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,251 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#367553828 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,259 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@adc06b2, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,261 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7bd4f212, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,270 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1013103333 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,275 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1032600842 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,283 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-07-06 08:39:20,287 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-07-06 08:39:20,288 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7bd4f212, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,290 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4e60925d, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,300 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#135213329 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,305 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2045856854 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,312 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4e60925d, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:20,314 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e32a3ed, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:20,323 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1193493596 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:20,328 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#147647618 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,084 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-07-06 08:39:21,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-07-06 08:39:21,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-07-06 08:39:21,085 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-07-06 08:39:21,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-07-06 08:39:21,088 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e32a3ed, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:21,089 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@788be73c, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:21,099 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1021528978 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1377403353 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,106 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-07-06 08:39:21,106 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-07-06 08:39:21,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-07-06 08:39:21,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-07-06 08:39:21,107 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-07-06 08:39:21,108 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@788be73c, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:21,109 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6298dafb, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:21,117 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1099185032 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,121 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#147521469 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,820 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2018-07-06 08:39:21,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-07-06 08:39:21,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-07-06 08:39:21,823 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-07-06 08:39:21,824 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6298dafb, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:21,825 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31ee5a9, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:21,833 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1075168859 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,837 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#799885067 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,842 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2018-07-06 08:39:21,842 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2018-07-06 08:39:21,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-07-06 08:39:21,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-07-06 08:39:21,842 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-07-06 08:39:21,843 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31ee5a9, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:21,844 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73ec417b, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:21,851 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1269774727 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,855 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1436390679 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,859 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2018-07-06 08:39:21,861 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2018-07-06 08:39:21,862 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2018-07-06 08:39:21,862 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2018-07-06 08:39:21,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-07-06 08:39:21,862 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-07-06 08:39:21,862 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-07-06 08:39:21,863 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73ec417b, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:21,864 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3597174b, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:21,871 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1441288750 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,875 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1501535633 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:21,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2018-07-06 08:39:22,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2018-07-06 08:39:22,577 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3597174b, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:22,578 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16acf986, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:22,586 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#611247832 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,590 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#746585883 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-07-06 08:39:22,592 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-07-06 08:39:22,617 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2018-07-06 08:39:22,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-07-06 08:39:22,620 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:39:22,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-07-06 08:39:22,622 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:39:22,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-07-06 08:39:22,622 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:39:22,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-07-06 08:39:22,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-07-06 08:39:22,628 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:39:22,629 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:39:22,630 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:39:22,630 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:39:22,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-07-06 08:39:22,631 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:39:22,631 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:39:22,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-07-06 08:39:22,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-07-06 08:39:22,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-07-06 08:39:22,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-07-06 08:39:22,639 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,639 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,640 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,640 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-07-06 08:39:22,641 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2018-07-06 08:39:22,645 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:39:22,646 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:39:22,647 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:39:22,648 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:39:22,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-07-06 08:39:22,652 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16acf986, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:22,654 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@281f2d6c, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:22,662 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#995584435 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,666 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1760983997 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,689 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-07-06 08:39:22,689 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-07-06 08:39:22,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2018-07-06 08:39:22,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-07-06 08:39:22,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-07-06 08:39:22,693 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-07-06 08:39:22,699 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2018-07-06 08:39:22,701 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,701 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,701 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,701 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:39:22,702 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2018-07-06 08:39:22,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-07-06 08:39:22,707 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:39:22,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-07-06 08:39:22,709 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:39:22,710 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:39:22,710 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:39:22,712 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:39:22,713 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:39:22,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-07-06 08:39:22,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-07-06 08:39:22,718 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:39:22,718 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:39:22,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-07-06 08:39:22,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-07-06 08:39:22,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2018-07-06 08:39:22,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2018-07-06 08:39:22,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-07-06 08:39:22,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-07-06 08:39:22,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2018-07-06 08:39:22,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-07-06 08:39:22,729 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2018-07-06 08:39:22,731 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2018-07-06 08:39:22,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2018-07-06 08:39:22,735 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@281f2d6c, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:22,737 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f62ae87, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:22,750 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#738666367 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#832160449 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,761 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-07-06 08:39:22,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2018-07-06 08:39:22,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-07-06 08:39:22,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-07-06 08:39:22,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-07-06 08:39:22,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2018-07-06 08:39:22,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2018-07-06 08:39:22,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2018-07-06 08:39:22,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2018-07-06 08:39:22,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2018-07-06 08:39:22,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2018-07-06 08:39:22,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2018-07-06 08:39:22,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2018-07-06 08:39:22,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2018-07-06 08:39:22,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2018-07-06 08:39:22,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2018-07-06 08:39:22,779 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@f62ae87, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:22,781 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dcf495c, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:22,790 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1536044711 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,795 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1806440863 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-07-06 08:39:22,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2018-07-06 08:39:22,797 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-07-06 08:39:22,818 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-07-06 08:39:22,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-07-06 08:39:22,819 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:39:22,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-07-06 08:39:22,819 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:39:22,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-07-06 08:39:22,820 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:39:22,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-07-06 08:39:22,820 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:39:22,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-07-06 08:39:22,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-07-06 08:39:22,822 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:39:22,823 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:39:22,824 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:39:22,824 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:39:22,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-07-06 08:39:22,825 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:39:22,826 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:39:22,826 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:39:22,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-07-06 08:39:22,827 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:39:22,827 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:39:22,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-07-06 08:39:22,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-07-06 08:39:22,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-07-06 08:39:22,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2018-07-06 08:39:22,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-07-06 08:39:22,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-07-06 08:39:22,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-07-06 08:39:22,834 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,835 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,835 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,835 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,835 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,835 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,836 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,836 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,836 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,836 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-07-06 08:39:22,836 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2018-07-06 08:39:22,841 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:39:22,842 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:39:22,842 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:39:22,844 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:39:22,844 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:39:22,846 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:39:22,849 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dcf495c, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:22,850 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@247246ea, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:22,859 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1733070969 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,863 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#477800054 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,864 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@247246ea, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:22,866 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a65e842, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:22,873 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1289391419 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:22,877 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1100988886 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,760 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a65e842, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:23,762 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@228f15de, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:23,773 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#585577461 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,778 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#26815371 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,781 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@228f15de, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:23,782 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@452c8a6c, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:23,791 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1962165946 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,795 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#796144371 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2018-07-06 08:39:23,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2018-07-06 08:39:23,797 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@452c8a6c, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:23,798 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ca29492, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:23,806 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1582126502 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,810 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1962032844 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2018-07-06 08:39:23,811 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ca29492, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:23,813 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@13e9a2f2, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:23,822 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1094706575 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,826 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#422108262 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,827 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-07-06 08:39:23,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2018-07-06 08:39:23,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2018-07-06 08:39:23,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2018-07-06 08:39:23,829 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@13e9a2f2, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:23,831 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@191a3448, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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@36871e98]; rollback [false] 2018-07-06 08:39:23,838 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1713366724 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:23,842 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#189929111 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:24,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-07-06 08:39:24,752 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5f3f57ff testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@191a3448, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@e0847a9 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-07-06 08:39:24,752 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1669931a: startup date [Fri Jul 06 08:39:16 CEST 2018]; root of context hierarchy 2018-07-06 08:39:24,754 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:24,755 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: 8.094 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2018-07-06 08:39:24,766 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-07-06 08:39:24,767 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@8c68f7f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@77f21c0a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@10a199e0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4ca62855, org.springframework.test.context.transaction.TransactionalTestExecutionListener@70a7ebc9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1752ab9b] 2018-07-06 08:39:24,768 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:24,854 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:24,882 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@b205e08: startup date [Fri Jul 06 08:39:24 CEST 2018]; root of context hierarchy 2018-07-06 08:39:24,930 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:24,944 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:24,964 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:24,964 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:DatabaseServiceTest] 2018-07-06 08:39:24,964 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:24,964 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:24,964 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:24,978 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:24,982 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:25,128 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@66a5a12c] 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-07-06 08:39:25,130 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@58507830] 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-07-06 08:39:25,147 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:25,209 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:25,328 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@b205e08: startup date [Fri Jul 06 08:39:24 CEST 2018]; root of context hierarchy 2018-07-06 08:39:25,367 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:39:25,425 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-07-06 08:39:25,441 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-07-06 08:39:25,456 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-07-06 08:39:25,507 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-07-06 08:39:25,508 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-07-06 08:39:25,518 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.005s) 2018-07-06 08:39:25,526 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:39:25,536 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:39:25,544 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:39:25,562 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:39:25,570 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:39:25,574 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:39:25,579 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:39:25,583 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:39:25,587 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:39:25,590 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:39:25,594 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:39:25,598 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:39:25,602 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.077s). 2018-07-06 08:39:25,604 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-07-06 08:39:25,604 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-07-06 08:39:25,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2018-07-06 08:39:25,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2018-07-06 08:39:25,640 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) is active. 2018-07-06 08:39:25,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2018-07-06 08:39:25,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2018-07-06 08:39:25,642 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver 2018-07-06 08:39:25,792 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 com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.) 2018-07-06 08:39:25,792 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-07-06 08:39:25,794 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver 2018-07-06 08:39:25,801 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@b205e08: startup date [Fri Jul 06 08:39:24 CEST 2018]; root of context hierarchy 2018-07-06 08:39:25,803 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:25,804 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.045 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.PropertySupportTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.InitializerServiceTest 2018-07-06 08:39:25,822 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-07-06 08:39:25,823 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@46ae5a4c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8add32f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@107302a5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1cd6769b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@281e2377, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4eccb9f0] 2018-07-06 08:39:25,824 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:25,927 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:25,954 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@46a2eca6: startup date [Fri Jul 06 08:39:25 CEST 2018]; root of context hierarchy 2018-07-06 08:39:26,002 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:26,016 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:26,038 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:26,038 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-07-06 08:39:26,038 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:26,038 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:26,038 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:26,038 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:26,042 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:26,177 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7489bca4] 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-07-06 08:39:26,183 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d963aca] 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-07-06 08:39:26,201 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:26,269 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:26,387 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@46a2eca6: startup date [Fri Jul 06 08:39:25 CEST 2018]; root of context hierarchy 2018-07-06 08:39:26,428 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2159c25e testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@5fb2088b, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70fda9bf 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@3605d078]; rollback [false] 2018-07-06 08:39:26,430 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#686691212 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:26,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-07-06 08:39:26,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-07-06 08:39:26,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2018-07-06 08:39:26,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2018-07-06 08:39:26,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2018-07-06 08:39:26,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-07-06 08:39:26,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-07-06 08:39:26,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-07-06 08:39:26,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-07-06 08:39:26,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-07-06 08:39:26,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-07-06 08:39:26,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-07-06 08:39:26,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-07-06 08:39:26,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-07-06 08:39:26,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-07-06 08:39:26,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-07-06 08:39:26,457 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngbuild0 as fallback 2018-07-06 08:39:26,457 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:39:26,457 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-07-06 08:39:26,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-07-06 08:39:26,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2018-07-06 08:39:26,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2018-07-06 08:39:26,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-07-06 08:39:26,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-07-06 08:39:26,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-07-06 08:39:26,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-07-06 08:39:26,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-07-06 08:39:26,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-07-06 08:39:26,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-07-06 08:39:26,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-07-06 08:39:26,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-07-06 08:39:26,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-07-06 08:39:26,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-07-06 08:39:26,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-07-06 08:39:26,476 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-07-06 08:39:26,478 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2018-07-06 08:39:26,478 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2018-07-06 08:39:26,482 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-07-06 08:39:26,482 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-07-06 08:39:26,555 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-07-06 08:39:26,555 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1186925880 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:26,555 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#1186925880 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2018-07-06 08:39:26,558 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2018-07-06 08:39:26,558 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2018-07-06 08:39:26,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2018-07-06 08:39:26,559 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-07-06 08:39:26,568 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2018-07-06 08:39:26,579 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2159c25e testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@5fb2088b, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@70fda9bf 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-07-06 08:39:26,580 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@46a2eca6: startup date [Fri Jul 06 08:39:25 CEST 2018]; root of context hierarchy 2018-07-06 08:39:26,581 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:26,581 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.767 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2018-07-06 08:39:26,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2018-07-06 08:39:26,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2018-07-06 08:39:26,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2018-07-06 08:39:26,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2018-07-06 08:39:26,591 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2018-07-06 08:39:26,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2018-07-06 08:39:26,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2018-07-06 08:39:26,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2018-07-06 08:39:26,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2018-07-06 08:39:26,592 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.009 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2018-07-06 08:39:26,613 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2018-07-06 08:39:26,618 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-07-06 08:39:26,619 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:139' with principal 'egypt\aziz' (javax.naming.NamingException: Ah ah ah, you didn't say the magic word!) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2018-07-06 08:39:26,632 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-07-06 08:39:26,666 INFO [HSQLDB Server @915ac5c] hsqldb.db.HSQLDB646E511BBB.ENGINE: Checkpoint start 2018-07-06 08:39:26,666 INFO [HSQLDB Server @915ac5c] hsqldb.db.HSQLDB646E511BBB.ENGINE: checkpointClose start 2018-07-06 08:39:26,674 INFO [HSQLDB Server @915ac5c] hsqldb.db.HSQLDB646E511BBB.ENGINE: checkpointClose synched 2018-07-06 08:39:26,685 INFO [HSQLDB Server @915ac5c] hsqldb.db.HSQLDB646E511BBB.ENGINE: checkpointClose script done 2018-07-06 08:39:26,705 INFO [HSQLDB Server @915ac5c] hsqldb.db.HSQLDB646E511BBB.ENGINE: checkpointClose end 2018-07-06 08:39:26,705 INFO [HSQLDB Server @915ac5c] hsqldb.db.HSQLDB646E511BBB.ENGINE: Checkpoint end - txts: 1 2018-07-06 08:39:26,848 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-07-06 08:39:26,996 INFO [HSQLDB Connection @40ac20a8] hsqldb.db.HSQLDB646E511BBB.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2018-07-06 08:39:27,221 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-07-06 08:39:27,222 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-07-06 08:39:27,230 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-07-06 08:39:27,231 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@282506e1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6b57b1c7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6f90b74a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@43f1a188, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4363a519, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@156cfd3b] 2018-07-06 08:39:27,232 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:27,337 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:27,364 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7f2c223b: startup date [Fri Jul 06 08:39:27 CEST 2018]; root of context hierarchy 2018-07-06 08:39:27,411 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:27,424 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:27,444 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:27,444 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:SiteRepositoryTest] 2018-07-06 08:39:27,444 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:27,444 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:27,445 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:27,456 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:27,460 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:27,582 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5db7419c] 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-07-06 08:39:27,584 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7aff1fa3] 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-07-06 08:39:27,601 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:27,672 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:27,791 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7f2c223b: startup date [Fri Jul 06 08:39:27 CEST 2018]; root of context hierarchy 2018-07-06 08:39:27,816 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6840f38e testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@1c2a9464, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d58d224 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@20f1cf40]; rollback [true] 2018-07-06 08:39:27,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-07-06 08:39:27,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:27,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2018-07-06 08:39:27,831 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@6840f38e testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@1c2a9464, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d58d224 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-07-06 08:39:27,832 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7f2c223b: startup date [Fri Jul 06 08:39:27 CEST 2018]; root of context hierarchy 2018-07-06 08:39:27,833 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:27,833 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.615 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2018-07-06 08:39:27,846 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-07-06 08:39:27,846 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-07-06 08:39:27,851 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-07-06 08:39:27,851 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d1071bb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f7e5f33, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4a83736a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c06d119, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2285f28b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6f4fa62f] 2018-07-06 08:39:27,852 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:27,930 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:27,955 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3e06808f: startup date [Fri Jul 06 08:39:27 CEST 2018]; root of context hierarchy 2018-07-06 08:39:28,054 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:28,066 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:28,086 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:28,086 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:RoleRepositoryTest] 2018-07-06 08:39:28,087 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:28,087 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:28,087 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:28,098 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:28,102 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:28,211 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4d2cd74] 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-07-06 08:39:28,213 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@157f284b] 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-07-06 08:39:28,229 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:28,288 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:28,410 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3e06808f: startup date [Fri Jul 06 08:39:27 CEST 2018]; root of context hierarchy 2018-07-06 08:39:28,433 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4d44f385 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@6e46f5c1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@12ceff30 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@6fd364a3]; rollback [true] 2018-07-06 08:39:28,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-07-06 08:39:28,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:28,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-07-06 08:39:28,450 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@4d44f385 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@6e46f5c1, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@12ceff30 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-07-06 08:39:28,450 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3e06808f: startup date [Fri Jul 06 08:39:27 CEST 2018]; root of context hierarchy 2018-07-06 08:39:28,451 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:28,451 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.607 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2018-07-06 08:39:28,455 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-07-06 08:39:28,455 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-07-06 08:39:28,459 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-07-06 08:39:28,459 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@63ed5580, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e7d1e2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@72ba8111, org.springframework.test.context.support.DirtiesContextTestExecutionListener@16768389, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1fbe8592, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@25ec2f46] 2018-07-06 08:39:28,460 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:28,535 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:28,556 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@37890e3: startup date [Fri Jul 06 08:39:28 CEST 2018]; root of context hierarchy 2018-07-06 08:39:28,598 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:28,609 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:28,629 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:28,629 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:PermissionRepositoryTest] 2018-07-06 08:39:28,629 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:28,629 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:28,629 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:28,638 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:28,642 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:28,743 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@396feeb5] 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-07-06 08:39:28,744 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4228da9a] 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-07-06 08:39:28,758 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:28,812 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:28,910 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@37890e3: startup date [Fri Jul 06 08:39:28 CEST 2018]; root of context hierarchy 2018-07-06 08:39:28,930 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3d876f9e testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@24bbe3c6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@52777e0b 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@420e2daa]; rollback [true] 2018-07-06 08:39:28,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:28,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2018-07-06 08:39:28,942 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@3d876f9e testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@24bbe3c6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@52777e0b 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-07-06 08:39:28,943 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@37890e3: startup date [Fri Jul 06 08:39:28 CEST 2018]; root of context hierarchy 2018-07-06 08:39:28,944 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:28,944 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.491 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.017 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2018-07-06 08:39:28,964 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-07-06 08:39:28,964 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-07-06 08:39:28,968 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-07-06 08:39:28,968 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f341562, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@56cee7f6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@48012514, org.springframework.test.context.support.DirtiesContextTestExecutionListener@582a24c3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@472ab5a1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@66fa0be5] 2018-07-06 08:39:28,968 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:29,035 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:29,056 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2712bbab: startup date [Fri Jul 06 08:39:29 CEST 2018]; root of context hierarchy 2018-07-06 08:39:29,097 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:29,108 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:29,127 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:29,127 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:PropertyRepositoryTest] 2018-07-06 08:39:29,127 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:29,127 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:29,127 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:29,137 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:29,140 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:29,233 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2159137c] 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-07-06 08:39:29,235 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7073b501] 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-07-06 08:39:29,249 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:29,299 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:29,392 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2712bbab: startup date [Fri Jul 06 08:39:29 CEST 2018]; root of context hierarchy 2018-07-06 08:39:29,413 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7e95bbbb testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@48562206, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a6d931c 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@5101d04c]; rollback [true] 2018-07-06 08:39:29,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2018-07-06 08:39:29,421 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@7e95bbbb testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@48562206, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5a6d931c 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-07-06 08:39:29,421 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2712bbab: startup date [Fri Jul 06 08:39:29 CEST 2018]; root of context hierarchy 2018-07-06 08:39:29,422 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:29,422 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.46 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2018-07-06 08:39:29,424 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-07-06 08:39:29,424 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-07-06 08:39:29,428 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-07-06 08:39:29,428 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4c85eb6b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@39ae8a75, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1296284f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@553011a9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@368d76d7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7bbdaf51] 2018-07-06 08:39:29,429 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:29,492 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:29,514 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@58ca3439: startup date [Fri Jul 06 08:39:29 CEST 2018]; root of context hierarchy 2018-07-06 08:39:29,556 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:29,567 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:29,585 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:29,585 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:ResourceRepositoryTest] 2018-07-06 08:39:29,586 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:29,586 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:29,586 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:29,595 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:29,599 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:29,703 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@456af3a3] 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-07-06 08:39:29,704 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7789f96c] 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-07-06 08:39:29,719 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:29,825 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:29,918 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@58ca3439: startup date [Fri Jul 06 08:39:29 CEST 2018]; root of context hierarchy 2018-07-06 08:39:29,937 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@60bf9e2b testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@10d9baa, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4e457978 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@f46fff6]; rollback [true] 2018-07-06 08:39:29,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:29,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2018-07-06 08:39:29,944 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@60bf9e2b testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@10d9baa, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4e457978 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-07-06 08:39:29,944 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@58ca3439: startup date [Fri Jul 06 08:39:29 CEST 2018]; root of context hierarchy 2018-07-06 08:39:29,945 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:29,945 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.522 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2018-07-06 08:39:29,947 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-07-06 08:39:29,947 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-07-06 08:39:29,950 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-07-06 08:39:29,951 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d234853, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@37cf8e35, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1456ada1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@699f5e36, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e09f286, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@55fc6954] 2018-07-06 08:39:29,951 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:30,011 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:30,031 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@74e6fdef: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,069 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,078 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:30,096 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:30,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:RepositoryTest] 2018-07-06 08:39:30,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:30,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:30,096 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:30,106 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:30,109 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:30,193 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c2e0e44] 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-07-06 08:39:30,194 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51e27505] 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-07-06 08:39:30,208 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,256 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:30,349 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@74e6fdef: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,369 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@48c865c1 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@7e5e5bf9, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f9d27b6 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@45330a89]; rollback [true] 2018-07-06 08:39:30,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:30,375 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@48c865c1 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@7e5e5bf9, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f9d27b6 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-07-06 08:39:30,375 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@74e6fdef: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,376 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,376 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.431 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2018-07-06 08:39:30,378 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-07-06 08:39:30,379 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-07-06 08:39:30,382 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-07-06 08:39:30,382 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3d8141b4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@488e27f3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@510a5fe1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2ea41e10, org.springframework.test.context.transaction.TransactionalTestExecutionListener@199f6691, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@20976bee] 2018-07-06 08:39:30,383 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:30,445 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:30,465 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@23e1dd4a: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,505 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,515 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:30,532 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:30,533 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:GroupRepositoryTest] 2018-07-06 08:39:30,533 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:30,533 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:30,533 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:30,542 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:30,545 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:30,633 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@79b37277] 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-07-06 08:39:30,634 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@65eb3095] 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-07-06 08:39:30,647 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,699 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:30,786 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@23e1dd4a: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,806 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2875b610 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@224d804e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@125c2dd5 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@76ad04a1]; rollback [true] 2018-07-06 08:39:30,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:30,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-07-06 08:39:30,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-07-06 08:39:30,818 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@2875b610 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@224d804e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@125c2dd5 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-07-06 08:39:30,818 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@23e1dd4a: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,819 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,819 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.442 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2018-07-06 08:39:30,821 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-07-06 08:39:30,821 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-07-06 08:39:30,825 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-07-06 08:39:30,825 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2c0e38c2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@615a30bd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@516ec5e4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2d2c3ab2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7039cffd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@40d6c69f] 2018-07-06 08:39:30,826 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:30,892 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:30,919 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@67306a84: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:30,972 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:30,984 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:31,009 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:31,010 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:SubjectRepositoryTest] 2018-07-06 08:39:31,010 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:31,010 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:31,010 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:31,022 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:31,027 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:31,126 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@50a59a0b] 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-07-06 08:39:31,128 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1839f0c4] 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-07-06 08:39:31,141 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:31,179 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:31,270 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@67306a84: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:31,287 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7b0be268 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@48adcadf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d031f38 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@1cc1ddad]; rollback [true] 2018-07-06 08:39:31,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-07-06 08:39:31,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-07-06 08:39:31,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-07-06 08:39:31,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-07-06 08:39:31,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2018-07-06 08:39:31,306 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@7b0be268 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@48adcadf, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d031f38 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-07-06 08:39:31,307 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@67306a84: startup date [Fri Jul 06 08:39:30 CEST 2018]; root of context hierarchy 2018-07-06 08:39:31,308 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:31,308 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.488 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2018-07-06 08:39:31,314 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-07-06 08:39:31,314 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@9b29cd4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9a7f026, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@61c7234e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3e9fd11f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2356ae24, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@15c64ca8] 2018-07-06 08:39:31,315 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-07-06 08:39:31,368 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:39:31,385 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4dc3d00d: startup date [Fri Jul 06 08:39:31 CEST 2018]; root of context hierarchy 2018-07-06 08:39:31,420 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:31,428 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-07-06 08:39:31,478 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:39:31,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-07-06 08:39:31,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-07-06 08:39:31,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-07-06 08:39:31,479 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:39:31,480 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:31,484 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:31,569 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c7186f2] 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-07-06 08:39:31,573 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34b5278f] 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-07-06 08:39:31,585 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:31,622 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:39:31,715 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4dc3d00d: startup date [Fri Jul 06 08:39:31 CEST 2018]; root of context hierarchy 2018-07-06 08:39:32,027 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-07-06 08:39:32,033 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1999085229- 2018-07-06 08:39:32,053 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-07-06 08:39:32,060 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-07-06 08:39:32,061 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-07-06 08:39:32,062 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-07-06 08:39:32,062 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 785103354- 2018-07-06 08:39:32,069 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4dc3d00d: startup date [Fri Jul 06 08:39:31 CEST 2018]; root of context hierarchy 2018-07-06 08:39:32,069 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-07-06 08:39:32,070 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: 0.761 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.RepositoryUtilsTest [INFO] Tests run: 3, 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-07-06 08:39:32,076 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2018-07-06 08:39:32,076 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2018-07-06 08:39:32,078 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-07-06 08:39:32,078 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.007 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.002 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2018-07-06 08:39:32,089 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-07-06 08:39:32,089 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@30fc38cc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@56677422, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5c6af94d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a767290, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1b1d094a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@76b6b86f] 2018-07-06 08:39:32,090 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-07-06 08:39:32,103 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-07-06 08:39:32,107 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-07-06 08:39:32,112 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7d1d9765: startup date [Fri Jul 06 08:39:32 CEST 2018]; root of context hierarchy 2018-07-06 08:39:32,212 INFO [HSQLDB Server @319cfa78] hsqldb.db.HSQLDB646E513172.ENGINE: Checkpoint start 2018-07-06 08:39:32,212 INFO [HSQLDB Server @319cfa78] hsqldb.db.HSQLDB646E513172.ENGINE: checkpointClose start 2018-07-06 08:39:32,219 INFO [HSQLDB Server @319cfa78] hsqldb.db.HSQLDB646E513172.ENGINE: checkpointClose synched 2018-07-06 08:39:32,229 INFO [HSQLDB Server @319cfa78] hsqldb.db.HSQLDB646E513172.ENGINE: checkpointClose script done 2018-07-06 08:39:32,248 INFO [HSQLDB Server @319cfa78] hsqldb.db.HSQLDB646E513172.ENGINE: checkpointClose end 2018-07-06 08:39:32,249 INFO [HSQLDB Server @319cfa78] hsqldb.db.HSQLDB646E513172.ENGINE: Checkpoint end - txts: 1 2018-07-06 08:39:32,318 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-07-06 08:39:32,320 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-07-06 08:39:32,463 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:32,500 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:32,548 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-07-06 08:39:32,802 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-07-06 08:39:32,803 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2018-07-06 08:39:32,941 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: 102918291 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-07-06 08:39:33,063 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: 1595958982 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-07-06 08:39:33,232 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7d1d9765: startup date [Fri Jul 06 08:39:32 CEST 2018]; root of context hierarchy 2018-07-06 08:39:33,232 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-07-06 08:39:33,379 INFO [HSQLDB Connection @4435605d] hsqldb.db.HSQLDB646E513172.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 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.044 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-07-06 08:39:33,680 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.045 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.006 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.application.PermissionProcessorTest 2018-07-06 08:39:33,711 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-07-06 08:39:33,711 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-07-06 08:39:33,712 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-07-06 08:39:33,712 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-07-06 08:39:33,712 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-07-06 08:39:33,712 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.007 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.controller.rest.RestActionTest 2018-07-06 08:39:34,174 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.463 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2018-07-06 08:39:34,295 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.119 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2018-07-06 08:39:34,297 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.002 s - in org.appng.core.controller.rest.RestOperationTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2018-07-06 08:39:34,304 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-07-06 08:39:34,304 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-07-06 08:39:34,305 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2018-07-06 08:39:34,305 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.007 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.005 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2018-07-06 08:39:34,316 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-07-06 08:39:34,316 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@762b1891, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@466d236c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@248c9b2d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5b91b6de, org.springframework.test.context.transaction.TransactionalTestExecutionListener@75d0c2ad, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5a09e938] 2018-07-06 08:39:34,317 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-07-06 08:39:34,334 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-07-06 08:39:34,339 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-07-06 08:39:34,345 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1a9c44a7: startup date [Fri Jul 06 08:39:34 CEST 2018]; root of context hierarchy 2018-07-06 08:39:34,469 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-07-06 08:39:34,469 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-07-06 08:39:34,600 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:39:34,611 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:39:34,869 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-07-06 08:39:35,174 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1a9c44a7: startup date [Fri Jul 06 08:39:34 CEST 2018]; root of context hierarchy 2018-07-06 08:39:35,175 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-07-06 08:39:35,425 INFO [HSQLDB Connection @403c67d2] hsqldb.db.HSQLDB646E513172.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2018-07-06 08:39:35,634 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2018-07-06 08:39:35,635 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2018-07-06 08:39:35,636 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.008 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2018-07-06 08:39:35,659 INFO [main] org.appng.core.controller.PlatformStartup: 2018-07-06 08:39:35,659 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2018-07-06 08:39:35,659 INFO [main] org.appng.core.controller.PlatformStartup: 2018-07-06 08:39:35,659 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2018-07-06 08:39:35,659 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2018-07-06 08:39:35,660 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2018-07-06 08:39:35,661 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2018-07-06 08:39:35,661 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2018-07-06 08:39:35,661 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2018-07-06 08:39:35,661 INFO [main] org.appng.core.controller.PlatformStartup: 2018-07-06 08:39:35,662 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-07-06 08:39:35,677 INFO [HSQLDB Server @67c4c009] hsqldb.db.HSQLDB646E513EFC.ENGINE: Checkpoint start 2018-07-06 08:39:35,677 INFO [HSQLDB Server @67c4c009] hsqldb.db.HSQLDB646E513EFC.ENGINE: checkpointClose start 2018-07-06 08:39:35,683 INFO [HSQLDB Server @67c4c009] hsqldb.db.HSQLDB646E513EFC.ENGINE: checkpointClose synched 2018-07-06 08:39:35,694 INFO [HSQLDB Server @67c4c009] hsqldb.db.HSQLDB646E513EFC.ENGINE: checkpointClose script done 2018-07-06 08:39:35,712 INFO [HSQLDB Server @67c4c009] hsqldb.db.HSQLDB646E513EFC.ENGINE: checkpointClose end 2018-07-06 08:39:35,712 INFO [HSQLDB Server @67c4c009] hsqldb.db.HSQLDB646E513EFC.ENGINE: Checkpoint end - txts: 1 2018-07-06 08:39:35,763 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:39:35,866 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-07-06 08:39:35,969 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-07-06 08:39:36,083 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-07-06 08:39:36,186 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-07-06 08:39:36,201 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.007s) 2018-07-06 08:39:36,209 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:39:36,229 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:39:36,235 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:39:36,259 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:39:36,272 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:39:36,279 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:39:36,286 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:39:36,292 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:39:36,299 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:39:36,304 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:39:36,310 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:39:36,315 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:39:36,320 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.111s). 2018-07-06 08:39:36,321 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2018-07-06 08:39:36,321 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 662 ms. 2018-07-06 08:39:36,321 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2018-07-06 08:39:41,323 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2018-07-06 08:39:41,323 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.69 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.003 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2018-07-06 08:39:41,334 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39e3aada: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,413 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-07-06 08:39:41,449 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@39e3aada: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,547 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2018-07-06 08:39:41,549 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-07-06 08:39:41,551 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@31f78f06: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,557 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-07-06 08:39:41,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@31f78f06: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,585 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@35603d9f: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,590 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-07-06 08:39:41,591 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2018-07-06 08:39:41,592 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@23026ebb: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,596 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-07-06 08:39:41,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@23026ebb: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,607 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2018-07-06 08:39:41,615 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@369b99ba: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,619 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-07-06 08:39:41,624 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@369b99ba: startup date [Fri Jul 06 08:39:41 CEST 2018]; root of context hierarchy 2018-07-06 08:39:41,630 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.309 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2018-07-06 08:39:41,737 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-07-06 08:39:41,737 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-07-06 08:39:41,740 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2018-07-06 08:39:41,750 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2018-07-06 08:39:41,751 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2018-07-06 08:39:41,752 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2018-07-06 08:39:41,752 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2018-07-06 08:39:41,858 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-07-06 08:39:41) 2018-07-06 08:39:41,860 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2018-07-06 08:39:41) 2018-07-06 08:39:41,860 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2018-07-06 08:39:41, accessed: 2018-07-06 08:39:41, requests: 1, domain: http://localhost:8080, user-agent: null) 2018-07-06 08:39:41,861 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-07-06 08:39:41) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2018-07-06 08:39:41,871 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,873 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#992489195 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,893 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,894 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1752025314 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,897 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,898 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#762529232 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,900 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,901 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#377271688 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,907 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1071179172 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,910 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,911 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1099714122 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,912 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,913 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1458562963 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,917 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,918 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1944852110 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,919 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2018-07-06 08:39:41,920 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,921 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#732132118 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,925 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1913143078 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,928 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,929 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1107856390 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,931 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,932 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1949944115 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,933 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,935 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#739293279 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,936 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,937 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#230827624 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,939 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,940 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#651873178 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,942 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,943 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#440401264 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,945 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,946 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#740889731 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,947 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,948 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1264836684 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,949 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2018-07-06 08:39:41,949 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,950 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#875978158 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,952 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,953 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1830849714 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,957 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#82096079 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,961 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,962 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#490606230 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,963 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,964 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#779768825 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,965 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,966 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1726778819 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,968 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,969 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2125448034 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:41,971 INFO [main] org.appng.core.controller.Controller: Controller created 2018-07-06 08:39:41,972 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#367379500 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 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-07-06 08:39:42,024 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2018-07-06 08:39:42,030 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2018-07-06 08:39:42,035 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.024 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.03 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2018-07-06 08:39:42,071 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2043395865 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:42,079 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1381579417 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:42,098 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1871313955 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-07-06 08:39:42,102 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-07-06 08:39:42,104 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2109595035 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.appng.core.controller.PlatformProcessorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 297, 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-RC1.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://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: 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. [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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.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-RC1/appng-core-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-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-RC1/appng-core-1.18.0-RC1.jar Progress (1): 2.0/569 kB Progress (1): 4.1/569 kB Progress (1): 6.1/569 kB Progress (1): 8.2/569 kB Progress (1): 10/569 kB Progress (1): 12/569 kB Progress (1): 14/569 kB Progress (1): 16/569 kB Progress (1): 18/569 kB Progress (1): 20/569 kB Progress (1): 23/569 kB Progress (1): 25/569 kB Progress (1): 27/569 kB Progress (1): 29/569 kB Progress (1): 31/569 kB Progress (1): 33/569 kB Progress (1): 35/569 kB Progress (1): 37/569 kB Progress (1): 39/569 kB Progress (1): 41/569 kB Progress (1): 43/569 kB Progress (1): 45/569 kB Progress (1): 47/569 kB Progress (1): 49/569 kB Progress (1): 51/569 kB Progress (1): 53/569 kB Progress (1): 55/569 kB Progress (1): 57/569 kB Progress (1): 59/569 kB Progress (1): 61/569 kB Progress (1): 63/569 kB Progress (1): 66/569 kB Progress (1): 68/569 kB Progress (1): 70/569 kB Progress (1): 72/569 kB Progress (1): 74/569 kB Progress (1): 76/569 kB Progress (1): 78/569 kB Progress (1): 80/569 kB Progress (1): 82/569 kB Progress (1): 84/569 kB Progress (1): 86/569 kB Progress (1): 88/569 kB Progress (1): 90/569 kB Progress (1): 92/569 kB Progress (1): 94/569 kB Progress (1): 96/569 kB Progress (1): 98/569 kB Progress (1): 100/569 kB Progress (1): 102/569 kB Progress (1): 104/569 kB Progress (1): 106/569 kB Progress (1): 109/569 kB Progress (1): 111/569 kB Progress (1): 113/569 kB Progress (1): 115/569 kB Progress (1): 117/569 kB Progress (1): 119/569 kB Progress (1): 121/569 kB Progress (1): 123/569 kB Progress (1): 125/569 kB Progress (1): 127/569 kB Progress (1): 129/569 kB Progress (1): 131/569 kB Progress (1): 133/569 kB Progress (1): 135/569 kB Progress (1): 137/569 kB Progress (1): 139/569 kB Progress (1): 141/569 kB Progress (1): 143/569 kB Progress (1): 145/569 kB Progress (1): 147/569 kB Progress (1): 150/569 kB Progress (1): 152/569 kB Progress (1): 154/569 kB Progress (1): 156/569 kB Progress (1): 158/569 kB Progress (1): 160/569 kB Progress (1): 162/569 kB Progress (1): 164/569 kB Progress (1): 166/569 kB Progress (1): 168/569 kB Progress (1): 170/569 kB Progress (1): 172/569 kB Progress (1): 174/569 kB Progress (1): 176/569 kB Progress (1): 178/569 kB Progress (1): 180/569 kB Progress (1): 182/569 kB Progress (1): 184/569 kB Progress (1): 186/569 kB Progress (1): 188/569 kB Progress (1): 190/569 kB Progress (1): 193/569 kB Progress (1): 195/569 kB Progress (1): 197/569 kB Progress (1): 199/569 kB Progress (1): 201/569 kB Progress (1): 203/569 kB Progress (1): 205/569 kB Progress (1): 207/569 kB Progress (1): 209/569 kB Progress (1): 211/569 kB Progress (1): 213/569 kB Progress (1): 215/569 kB Progress (1): 217/569 kB Progress (1): 219/569 kB Progress (1): 221/569 kB Progress (1): 223/569 kB Progress (1): 225/569 kB Progress (1): 227/569 kB Progress (1): 229/569 kB Progress (1): 231/569 kB Progress (1): 233/569 kB Progress (1): 236/569 kB Progress (1): 238/569 kB Progress (1): 240/569 kB Progress (1): 242/569 kB Progress (1): 244/569 kB Progress (1): 246/569 kB Progress (1): 248/569 kB Progress (1): 250/569 kB Progress (1): 252/569 kB Progress (1): 254/569 kB Progress (1): 256/569 kB Progress (1): 258/569 kB Progress (1): 260/569 kB Progress (1): 262/569 kB Progress (1): 264/569 kB Progress (1): 266/569 kB Progress (1): 268/569 kB Progress (1): 270/569 kB Progress (1): 272/569 kB Progress (1): 274/569 kB Progress (1): 276/569 kB Progress (1): 279/569 kB Progress (1): 281/569 kB Progress (1): 283/569 kB Progress (1): 285/569 kB Progress (1): 287/569 kB Progress (1): 289/569 kB Progress (1): 291/569 kB Progress (1): 293/569 kB Progress (1): 295/569 kB Progress (1): 297/569 kB Progress (1): 299/569 kB Progress (1): 301/569 kB Progress (1): 303/569 kB Progress (1): 305/569 kB Progress (1): 307/569 kB Progress (1): 309/569 kB Progress (1): 311/569 kB Progress (1): 313/569 kB Progress (1): 315/569 kB Progress (1): 317/569 kB Progress (1): 319/569 kB Progress (1): 322/569 kB Progress (1): 324/569 kB Progress (1): 326/569 kB Progress (1): 328/569 kB Progress (1): 330/569 kB Progress (1): 332/569 kB Progress (1): 334/569 kB Progress (1): 336/569 kB Progress (1): 338/569 kB Progress (1): 340/569 kB Progress (1): 342/569 kB Progress (1): 344/569 kB Progress (1): 346/569 kB Progress (1): 348/569 kB Progress (1): 350/569 kB Progress (1): 352/569 kB Progress (1): 354/569 kB Progress (1): 356/569 kB Progress (1): 358/569 kB Progress (1): 360/569 kB Progress (1): 362/569 kB Progress (1): 365/569 kB Progress (1): 367/569 kB Progress (1): 369/569 kB Progress (1): 371/569 kB Progress (1): 373/569 kB Progress (1): 375/569 kB Progress (1): 377/569 kB Progress (1): 379/569 kB Progress (1): 381/569 kB Progress (1): 383/569 kB Progress (1): 385/569 kB Progress (1): 387/569 kB Progress (1): 389/569 kB Progress (1): 391/569 kB Progress (1): 393/569 kB Progress (1): 395/569 kB Progress (1): 397/569 kB Progress (1): 399/569 kB Progress (1): 401/569 kB Progress (1): 403/569 kB Progress (1): 406/569 kB Progress (1): 408/569 kB Progress (1): 410/569 kB Progress (1): 412/569 kB Progress (1): 414/569 kB Progress (1): 416/569 kB Progress (1): 418/569 kB Progress (1): 420/569 kB Progress (1): 422/569 kB Progress (1): 424/569 kB Progress (1): 426/569 kB Progress (1): 428/569 kB Progress (1): 430/569 kB Progress (1): 432/569 kB Progress (1): 434/569 kB Progress (1): 436/569 kB Progress (1): 438/569 kB Progress (1): 440/569 kB Progress (1): 442/569 kB Progress (1): 444/569 kB Progress (1): 446/569 kB Progress (1): 449/569 kB Progress (1): 451/569 kB Progress (1): 453/569 kB Progress (1): 455/569 kB Progress (1): 457/569 kB Progress (1): 459/569 kB Progress (1): 461/569 kB Progress (1): 463/569 kB Progress (1): 465/569 kB Progress (1): 467/569 kB Progress (1): 469/569 kB Progress (1): 471/569 kB Progress (1): 473/569 kB Progress (1): 475/569 kB Progress (1): 477/569 kB Progress (1): 479/569 kB Progress (1): 481/569 kB Progress (1): 483/569 kB Progress (1): 485/569 kB Progress (1): 487/569 kB Progress (1): 489/569 kB Progress (1): 492/569 kB Progress (1): 494/569 kB Progress (1): 496/569 kB Progress (1): 498/569 kB Progress (1): 500/569 kB Progress (1): 502/569 kB Progress (1): 504/569 kB Progress (1): 506/569 kB Progress (1): 508/569 kB Progress (1): 510/569 kB Progress (1): 512/569 kB Progress (1): 514/569 kB Progress (1): 516/569 kB Progress (1): 518/569 kB Progress (1): 520/569 kB Progress (1): 522/569 kB Progress (1): 524/569 kB Progress (1): 526/569 kB Progress (1): 528/569 kB Progress (1): 530/569 kB Progress (1): 532/569 kB Progress (1): 535/569 kB Progress (1): 537/569 kB Progress (1): 539/569 kB Progress (1): 541/569 kB Progress (1): 543/569 kB Progress (1): 545/569 kB Progress (1): 547/569 kB Progress (1): 549/569 kB Progress (1): 551/569 kB Progress (1): 553/569 kB Progress (1): 555/569 kB Progress (1): 557/569 kB Progress (1): 559/569 kB Progress (1): 561/569 kB Progress (1): 563/569 kB Progress (1): 565/569 kB Progress (1): 567/569 kB Progress (1): 569 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.jar (569 kB at 5.2 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.pom Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.pom (10 kB at 379 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 26 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 5.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-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-RC1/appng-core-1.18.0-RC1-javadoc.jar (1.1 MB at 8.0 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar Progress (1): 2.0/362 kB Progress (1): 4.1/362 kB Progress (1): 6.1/362 kB Progress (1): 8.2/362 kB Progress (1): 10/362 kB Progress (1): 12/362 kB Progress (1): 14/362 kB Progress (1): 16/362 kB Progress (1): 18/362 kB Progress (1): 20/362 kB Progress (1): 23/362 kB Progress (1): 25/362 kB Progress (1): 27/362 kB Progress (1): 29/362 kB Progress (1): 31/362 kB Progress (1): 33/362 kB Progress (1): 35/362 kB Progress (1): 37/362 kB Progress (1): 39/362 kB Progress (1): 41/362 kB Progress (1): 43/362 kB Progress (1): 45/362 kB Progress (1): 47/362 kB Progress (1): 49/362 kB Progress (1): 51/362 kB Progress (1): 53/362 kB Progress (1): 55/362 kB Progress (1): 57/362 kB Progress (1): 59/362 kB Progress (1): 61/362 kB Progress (1): 63/362 kB Progress (1): 66/362 kB Progress (1): 68/362 kB Progress (1): 70/362 kB Progress (1): 72/362 kB Progress (1): 74/362 kB Progress (1): 76/362 kB Progress (1): 78/362 kB Progress (1): 80/362 kB Progress (1): 82/362 kB Progress (1): 84/362 kB Progress (1): 86/362 kB Progress (1): 88/362 kB Progress (1): 90/362 kB Progress (1): 92/362 kB Progress (1): 94/362 kB Progress (1): 96/362 kB Progress (1): 98/362 kB Progress (1): 100/362 kB Progress (1): 102/362 kB Progress (1): 104/362 kB Progress (1): 106/362 kB Progress (1): 109/362 kB Progress (1): 111/362 kB Progress (1): 113/362 kB Progress (1): 115/362 kB Progress (1): 117/362 kB Progress (1): 119/362 kB Progress (1): 121/362 kB Progress (1): 123/362 kB Progress (1): 125/362 kB Progress (1): 127/362 kB Progress (1): 129/362 kB Progress (1): 131/362 kB Progress (1): 133/362 kB Progress (1): 135/362 kB Progress (1): 137/362 kB Progress (1): 139/362 kB Progress (1): 141/362 kB Progress (1): 143/362 kB Progress (1): 145/362 kB Progress (1): 147/362 kB Progress (1): 150/362 kB Progress (1): 152/362 kB Progress (1): 154/362 kB Progress (1): 156/362 kB Progress (1): 158/362 kB Progress (1): 160/362 kB Progress (1): 162/362 kB Progress (1): 164/362 kB Progress (1): 166/362 kB Progress (1): 168/362 kB Progress (1): 170/362 kB Progress (1): 172/362 kB Progress (1): 174/362 kB Progress (1): 176/362 kB Progress (1): 178/362 kB Progress (1): 180/362 kB Progress (1): 182/362 kB Progress (1): 184/362 kB Progress (1): 186/362 kB Progress (1): 188/362 kB Progress (1): 190/362 kB Progress (1): 193/362 kB Progress (1): 195/362 kB Progress (1): 197/362 kB Progress (1): 199/362 kB Progress (1): 201/362 kB Progress (1): 203/362 kB Progress (1): 205/362 kB Progress (1): 207/362 kB Progress (1): 209/362 kB Progress (1): 211/362 kB Progress (1): 213/362 kB Progress (1): 215/362 kB Progress (1): 217/362 kB Progress (1): 219/362 kB Progress (1): 221/362 kB Progress (1): 223/362 kB Progress (1): 225/362 kB Progress (1): 227/362 kB Progress (1): 229/362 kB Progress (1): 231/362 kB Progress (1): 233/362 kB Progress (1): 236/362 kB Progress (1): 238/362 kB Progress (1): 240/362 kB Progress (1): 242/362 kB Progress (1): 244/362 kB Progress (1): 246/362 kB Progress (1): 248/362 kB Progress (1): 250/362 kB Progress (1): 252/362 kB Progress (1): 254/362 kB Progress (1): 256/362 kB Progress (1): 258/362 kB Progress (1): 260/362 kB Progress (1): 262/362 kB Progress (1): 264/362 kB Progress (1): 266/362 kB Progress (1): 268/362 kB Progress (1): 270/362 kB Progress (1): 272/362 kB Progress (1): 274/362 kB Progress (1): 276/362 kB Progress (1): 279/362 kB Progress (1): 281/362 kB Progress (1): 283/362 kB Progress (1): 285/362 kB Progress (1): 287/362 kB Progress (1): 289/362 kB Progress (1): 291/362 kB Progress (1): 293/362 kB Progress (1): 295/362 kB Progress (1): 297/362 kB Progress (1): 299/362 kB Progress (1): 301/362 kB Progress (1): 303/362 kB Progress (1): 305/362 kB Progress (1): 307/362 kB Progress (1): 309/362 kB Progress (1): 311/362 kB Progress (1): 313/362 kB Progress (1): 315/362 kB Progress (1): 317/362 kB Progress (1): 319/362 kB Progress (1): 322/362 kB Progress (1): 324/362 kB Progress (1): 326/362 kB Progress (1): 328/362 kB Progress (1): 330/362 kB Progress (1): 332/362 kB Progress (1): 334/362 kB Progress (1): 336/362 kB Progress (1): 338/362 kB Progress (1): 340/362 kB Progress (1): 342/362 kB Progress (1): 344/362 kB Progress (1): 346/362 kB Progress (1): 348/362 kB Progress (1): 350/362 kB Progress (1): 352/362 kB Progress (1): 354/362 kB Progress (1): 356/362 kB Progress (1): 358/362 kB Progress (1): 360/362 kB Progress (1): 362 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar (362 kB at 3.3 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 341 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (341 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.18.0-RC1 [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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.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-RC1/appng-tomcat7-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-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-RC1/appng-tomcat7-1.18.0-RC1.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-RC1/appng-tomcat7-1.18.0-RC1.jar (3.0 kB at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.pom Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.pom (1.0 kB at 19 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 11 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 5.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-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-RC1/appng-tomcat7-1.18.0-RC1-javadoc.jar (27 kB at 338 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-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-RC1/appng-tomcat7-1.18.0-RC1-sources.jar (3.0 kB at 38 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (344 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.18.0-RC1 [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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.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-RC1/appng-tomcat8-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-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-RC1/appng-tomcat8-1.18.0-RC1.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-RC1/appng-tomcat8-1.18.0-RC1.jar (3.1 kB at 4.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.pom Progress (1): 987 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.pom (987 B at 27 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 6.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 3.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-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-RC1/appng-tomcat8-1.18.0-RC1-javadoc.jar (27 kB at 339 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 5.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-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-RC1/appng-tomcat8-1.18.0-RC1-sources.jar (3.0 kB at 34 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (344 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.18.0-RC1 [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.271 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2018-07-06 08:40:16,744 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:17,105 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:17,239 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1622f1b: startup date [Fri Jul 06 08:40:17 CEST 2018]; root of context hierarchy 2018-07-06 08:40:17,523 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:17,574 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:17,651 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-07-06 08:40:17,653 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-07-06 08:40:17,699 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-07-06 08:40:17,937 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:17,947 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:18,285 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:19,022 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-07-06 08:40:19,949 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:21,571 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1622f1b: startup date [Fri Jul 06 08:40:17 CEST 2018]; root of context hierarchy 2018-07-06 08:40:21,574 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: 5.002 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2018-07-06 08:40:21,581 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:21,715 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:21,744 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@790ac3e0: startup date [Fri Jul 06 08:40:21 CEST 2018]; root of context hierarchy 2018-07-06 08:40:21,797 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:21,810 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:21,830 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:21,830 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:21,831 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:22,049 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:22,370 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@790ac3e0: startup date [Fri Jul 06 08:40:21 CEST 2018]; root of context hierarchy 2018-07-06 08:40:22,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.802 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2018-07-06 08:40:22,383 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:22,470 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:22,496 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7df3da0b: startup date [Fri Jul 06 08:40:22 CEST 2018]; root of context hierarchy 2018-07-06 08:40:22,545 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:22,557 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:22,573 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:22,573 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:22,573 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:22,751 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:23,050 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7df3da0b: startup date [Fri Jul 06 08:40:22 CEST 2018]; root of context hierarchy 2018-07-06 08:40:23,052 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.675 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2018-07-06 08:40:23,058 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:23,189 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:23,215 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c46e6f6: startup date [Fri Jul 06 08:40:23 CEST 2018]; root of context hierarchy 2018-07-06 08:40:23,263 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:23,274 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:23,292 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:23,292 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:23,293 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:23,468 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:23,799 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c46e6f6: startup date [Fri Jul 06 08:40:23 CEST 2018]; root of context hierarchy 2018-07-06 08:40:23,800 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.747 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2018-07-06 08:40:23,811 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:23,915 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:23,940 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@33e6bd36: startup date [Fri Jul 06 08:40:23 CEST 2018]; root of context hierarchy 2018-07-06 08:40:23,987 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:23,999 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:24,016 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:24,017 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:24,017 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:24,183 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:24,479 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@33e6bd36: startup date [Fri Jul 06 08:40:23 CEST 2018]; root of context hierarchy 2018-07-06 08:40:24,480 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.681 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2018-07-06 08:40:24,487 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:24,567 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:24,591 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5929059c: startup date [Fri Jul 06 08:40:24 CEST 2018]; root of context hierarchy 2018-07-06 08:40:24,677 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:24,688 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:24,705 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:24,705 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:24,706 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:24,864 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:25,124 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5929059c: startup date [Fri Jul 06 08:40:24 CEST 2018]; root of context hierarchy 2018-07-06 08:40:25,125 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.642 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2018-07-06 08:40:25,131 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:25,210 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:25,233 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@ce5a2ea: startup date [Fri Jul 06 08:40:25 CEST 2018]; root of context hierarchy 2018-07-06 08:40:25,279 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:25,290 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:25,307 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:25,307 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:25,308 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:25,456 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:25,727 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@ce5a2ea: startup date [Fri Jul 06 08:40:25 CEST 2018]; root of context hierarchy 2018-07-06 08:40:25,728 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.601 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2018-07-06 08:40:25,734 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:25,800 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:25,818 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1c74251b: startup date [Fri Jul 06 08:40:25 CEST 2018]; root of context hierarchy 2018-07-06 08:40:25,855 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:25,865 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:25,879 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:25,879 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:25,880 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:26,001 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:26,270 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1c74251b: startup date [Fri Jul 06 08:40:25 CEST 2018]; root of context hierarchy 2018-07-06 08:40:26,271 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.543 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2018-07-06 08:40:26,279 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:26,355 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:26,377 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@628fa8ea: startup date [Fri Jul 06 08:40:26 CEST 2018]; root of context hierarchy 2018-07-06 08:40:26,420 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:26,430 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:26,447 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:26,447 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:26,448 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:26,580 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:26,888 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@628fa8ea: startup date [Fri Jul 06 08:40:26 CEST 2018]; root of context hierarchy 2018-07-06 08:40:26,889 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.617 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2018-07-06 08:40:26,895 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:26,961 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:26,979 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2a3ced3d: startup date [Fri Jul 06 08:40:26 CEST 2018]; root of context hierarchy 2018-07-06 08:40:27,016 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:27,026 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:27,039 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:27,040 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:27,040 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:27,149 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:27,344 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2a3ced3d: startup date [Fri Jul 06 08:40:26 CEST 2018]; root of context hierarchy 2018-07-06 08:40:27,344 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.455 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2018-07-06 08:40:27,350 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:27,414 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:27,431 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@645f3e8b: startup date [Fri Jul 06 08:40:27 CEST 2018]; root of context hierarchy 2018-07-06 08:40:27,469 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:27,478 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:27,493 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:27,493 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:27,494 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:27,658 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:27,854 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@645f3e8b: startup date [Fri Jul 06 08:40:27 CEST 2018]; root of context hierarchy 2018-07-06 08:40:27,855 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.51 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2018-07-06 08:40:27,861 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:27,923 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:27,941 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@cce77c8: startup date [Fri Jul 06 08:40:27 CEST 2018]; root of context hierarchy 2018-07-06 08:40:27,979 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:27,988 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:28,002 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:28,002 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:28,003 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:28,111 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:28,290 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-07-06 08:40:28,366 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-07-06 08:40:28,366 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-07-06 08:40:28,366 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-07-06 08:40:28,367 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-07-06 08:40:28,368 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-07-06 08:40:28,368 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-07-06 08:40:28,385 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@cce77c8: startup date [Fri Jul 06 08:40:27 CEST 2018]; root of context hierarchy 2018-07-06 08:40:28,386 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.53 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2018-07-06 08:40:28,391 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:28,452 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:28,470 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4468fdae: startup date [Fri Jul 06 08:40:28 CEST 2018]; root of context hierarchy 2018-07-06 08:40:28,507 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:28,516 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:28,531 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:28,531 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:28,531 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:28,635 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:28,829 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4468fdae: startup date [Fri Jul 06 08:40:28 CEST 2018]; root of context hierarchy 2018-07-06 08:40:28,830 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.444 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2018-07-06 08:40:28,835 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:28,895 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:28,912 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1124fd8: startup date [Fri Jul 06 08:40:28 CEST 2018]; root of context hierarchy 2018-07-06 08:40:28,950 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:28,959 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:28,973 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:28,973 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:28,974 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:29,080 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:29,285 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1124fd8: startup date [Fri Jul 06 08:40:28 CEST 2018]; root of context hierarchy 2018-07-06 08:40:29,286 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.456 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2018-07-06 08:40:29,292 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:29,396 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:29,413 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4b5d2a4c: startup date [Fri Jul 06 08:40:29 CEST 2018]; root of context hierarchy 2018-07-06 08:40:29,451 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:29,461 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:29,475 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:29,475 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:29,476 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:29,591 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-07-06 08:40:30,070 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4b5d2a4c: startup date [Fri Jul 06 08:40:29 CEST 2018]; root of context hierarchy 2018-07-06 08:40:30,071 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.785 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2018-07-06 08:40:30,082 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:30,158 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:30,178 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@69052034: startup date [Fri Jul 06 08:40:30 CEST 2018]; root of context hierarchy 2018-07-06 08:40:30,225 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:30,236 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:30,252 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:30,253 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:30,254 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:30,378 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-07-06 08:40:40,618 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2018-07-06 08:40:40,656 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-07-06 08:40:40,657 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2018-07-06 08:40:40,679 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@69052034: startup date [Fri Jul 06 08:40:30 CEST 2018]; root of context hierarchy 2018-07-06 08:40:40,681 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.609 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2018-07-06 08:40:40,689 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:40,779 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:40,803 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3b1261ed: startup date [Fri Jul 06 08:40:40 CEST 2018]; root of context hierarchy 2018-07-06 08:40:40,850 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:40,861 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:40,877 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:40,877 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:40,878 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:40,987 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:41,189 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3b1261ed: startup date [Fri Jul 06 08:40:40 CEST 2018]; root of context hierarchy 2018-07-06 08:40:41,190 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.507 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2018-07-06 08:40:41,196 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:41,265 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:41,284 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@215f2743: startup date [Fri Jul 06 08:40:41 CEST 2018]; root of context hierarchy 2018-07-06 08:40:41,327 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:41,337 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:41,353 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:41,353 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:41,354 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:41,829 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:44,526 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@215f2743: startup date [Fri Jul 06 08:40:41 CEST 2018]; root of context hierarchy 2018-07-06 08:40:44,527 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.336 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2018-07-06 08:40:44,533 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:44,597 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:44,614 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@586b59b4: startup date [Fri Jul 06 08:40:44 CEST 2018]; root of context hierarchy 2018-07-06 08:40:44,653 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:44,662 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:44,676 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:44,677 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:44,677 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:44,804 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:44,984 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@586b59b4: startup date [Fri Jul 06 08:40:44 CEST 2018]; root of context hierarchy 2018-07-06 08:40:44,985 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.458 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2018-07-06 08:40:44,992 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:45,059 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:45,078 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@46152f41: startup date [Fri Jul 06 08:40:45 CEST 2018]; root of context hierarchy 2018-07-06 08:40:45,120 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:45,130 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:45,146 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:45,146 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:45,147 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:45,247 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:45,417 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@46152f41: startup date [Fri Jul 06 08:40:45 CEST 2018]; root of context hierarchy 2018-07-06 08:40:45,418 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.432 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2018-07-06 08:40:45,423 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:45,478 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:45,493 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1838cb5b: startup date [Fri Jul 06 08:40:45 CEST 2018]; root of context hierarchy 2018-07-06 08:40:45,527 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:45,536 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:45,548 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:45,548 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:45,549 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:45,632 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:45,785 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1838cb5b: startup date [Fri Jul 06 08:40:45 CEST 2018]; root of context hierarchy 2018-07-06 08:40: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.367 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2018-07-06 08:40:45,790 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:45,845 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:45,861 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@71c5f29c: startup date [Fri Jul 06 08:40:45 CEST 2018]; root of context hierarchy 2018-07-06 08:40:45,895 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:45,903 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:45,917 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:45,917 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:45,918 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:46,013 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:46,197 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@71c5f29c: startup date [Fri Jul 06 08:40:45 CEST 2018]; root of context hierarchy 2018-07-06 08:40:46,197 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.412 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2018-07-06 08:40:46,202 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:46,257 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:46,273 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5d493952: startup date [Fri Jul 06 08:40:46 CEST 2018]; root of context hierarchy 2018-07-06 08:40:46,309 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:46,318 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:46,332 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:46,332 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:46,333 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:46,421 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:46,585 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5d493952: startup date [Fri Jul 06 08:40:46 CEST 2018]; root of context hierarchy 2018-07-06 08:40:46,585 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.388 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2018-07-06 08:40:46,590 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:46,647 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:46,664 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@76dec16f: startup date [Fri Jul 06 08:40:46 CEST 2018]; root of context hierarchy 2018-07-06 08:40:46,701 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:46,710 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:46,723 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:46,723 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:46,723 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:46,810 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:46,969 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@76dec16f: startup date [Fri Jul 06 08:40:46 CEST 2018]; root of context hierarchy 2018-07-06 08:40:46,970 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.384 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2018-07-06 08:40:46,975 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:47,034 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:47,050 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@383cf547: startup date [Fri Jul 06 08:40:47 CEST 2018]; root of context hierarchy 2018-07-06 08:40:47,087 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:47,096 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:47,110 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:47,110 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:47,110 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:47,197 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:47,370 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@383cf547: startup date [Fri Jul 06 08:40:47 CEST 2018]; root of context hierarchy 2018-07-06 08:40:47,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.4 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2018-07-06 08:40:47,376 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:47,431 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:47,446 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@62b22eaa: startup date [Fri Jul 06 08:40:47 CEST 2018]; root of context hierarchy 2018-07-06 08:40:47,482 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:47,490 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:47,502 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:47,503 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:47,503 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:47,596 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:47,756 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-07-06 08:40:47,771 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-07-06 08:40:47,774 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:40:47,776 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:40:47,776 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:40:47,776 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:40:47,782 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:40:47,783 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:40:47,784 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:40:47,785 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:40:47,786 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:40:47,787 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:40:47,787 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:40:47,789 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:40:47,789 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:40:47,798 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,798 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,800 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,800 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,800 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2018-07-06 08:40:47,801 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-07-06 08:40:47,804 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-07-06 08:40:47,805 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-07-06 08:40:47,806 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-07-06 08:40:47,808 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-07-06 08:40:47,808 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-07-06 08:40:47,809 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-07-06 08:40:47,810 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-07-06 08:40:47,811 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-07-06 08:40:47,812 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-07-06 08:40:47,822 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:40:47,823 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:40:47,824 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:40:47,825 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:40:47,826 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:40:47,828 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:40:47,835 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@62b22eaa: startup date [Fri Jul 06 08:40:47 CEST 2018]; root of context hierarchy 2018-07-06 08:40:47,836 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.504 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2018-07-06 08:40:47,881 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:47,937 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:47,953 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@681a868: startup date [Fri Jul 06 08:40:47 CEST 2018]; root of context hierarchy 2018-07-06 08:40:47,991 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:47,999 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:48,013 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:48,013 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:48,014 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:48,100 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:48,253 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@681a868: startup date [Fri Jul 06 08:40:47 CEST 2018]; root of context hierarchy 2018-07-06 08:40:48,254 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.375 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2018-07-06 08:40:48,261 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:48,319 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:48,335 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70344c2d: startup date [Fri Jul 06 08:40:48 CEST 2018]; root of context hierarchy 2018-07-06 08:40:48,393 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:48,404 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:48,421 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:48,421 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:48,435 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:48,517 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:48,743 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:48,815 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:48,826 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@70344c2d: startup date [Fri Jul 06 08:40:48 CEST 2018]; root of context hierarchy 2018-07-06 08:40:48,827 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.572 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.002 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.158 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2018-07-06 08:40:49,001 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-07-06 08:40:49,084 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:40:49,103 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@69d02f87: startup date [Fri Jul 06 08:40:49 CEST 2018]; root of context hierarchy 2018-07-06 08:40:49,141 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:49,149 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-07-06 08:40:49,162 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-07-06 08:40:49,162 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-07-06 08:40:49,173 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:40:49,279 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-07-06 08:40:49,441 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,447 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,510 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,529 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-07-06 08:40:49.507 2018-07-06 08:40:49,539 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,556 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,573 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-07-06 08:40:49.507 2018-07-06 08:40:49,586 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,614 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,656 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) is active. 2018-07-06 08:40:49,659 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-07-06 08:40:49,659 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-07-06 08:40:49,659 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-07-06 08:40:49,661 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-07-06 08:40:49,661 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-07-06 08:40:49,661 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-07-06 08:40:49,662 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,683 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-07-06 08:40:49.507 2018-07-06 08:40:49,690 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,710 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,727 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-07-06 08:40:49.507 2018-07-06 08:40:49,735 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,753 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,775 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) is active. 2018-07-06 08:40:49,776 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-07-06 08:40:49,777 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-07-06 08:40:49,777 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,794 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-07-06 08:40:49.507 2018-07-06 08:40:49,799 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,816 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-07-06 08:40:49,833 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-07-06 08:40:49.507 2018-07-06 08:40:49,836 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-07-06 08:40:49,848 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@69d02f87: startup date [Fri Jul 06 08:40:49 CEST 2018]; root of context hierarchy 2018-07-06 08:40:49,849 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.858 s - in org.appng.cli.CliCoreTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 63, 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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.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-RC1/appng-cli-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-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-RC1/appng-cli-1.18.0-RC1.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-RC1/appng-cli-1.18.0-RC1.jar (102 kB at 693 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.pom (1.2 kB at 32 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 1.5 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 3.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-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-RC1/appng-cli-1.18.0-RC1-javadoc.jar (376 kB at 2.6 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 5.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-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-RC1/appng-cli-1.18.0-RC1-sources.jar (82 kB at 908 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 340 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (340 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.18.0-RC1 [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-07-06 08:40:57,475 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@536aaa8d 2018-07-06 08:40:57,491 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@536aaa8d 2018-07-06 08:40:57,491 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@536aaa8d [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 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.01 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.PermissionTest 2018-07-06 08:40:57,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:57,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:57,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:57,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:57,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:57,702 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:57,702 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:57,703 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:57,704 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:57,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:57,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:57,755 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2018-07-06 08:40:57,755 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2018-07-06 08:40:57,755 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2018-07-06 08:40:57,755 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2018-07-06 08:40:57,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:57,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:57,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:57,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:57,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:57,758 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:57,758 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:57,758 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:57,758 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:57,803 [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.048 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.TagletProcessorTest 2018-07-06 08:40:58,184 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$aca5580d' width attributes: {} 2018-07-06 08:40:58,217 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-07-06 08:40:58,217 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-07-06 08:40:58,225 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$aca5580d' width attributes: {noXslPrefix=test prefix} 2018-07-06 08:40:58,226 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-07-06 08:40:58,226 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-07-06 08:40:58,227 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$aca5580d' width attributes: {noXslSuffix=test suffix} 2018-07-06 08:40:58,228 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-07-06 08:40:58,228 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-07-06 08:40:58,230 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$a2a234fd' with attributes: {} 2018-07-06 08:40:58,235 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$233508bc' with attributes: {} 2018-07-06 08:40:58,246 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$4a506ec2' width attributes: {} 2018-07-06 08:40:58,246 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-07-06 08:40:58,246 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-07-06 08:40:58,248 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$aca5580d' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2018-07-06 08:40:58,249 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2018-07-06 08:40:58,250 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$d7cfc792' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2018-07-06 08:40:58,251 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#38544126 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.AttributeTest 2018-07-06 08:40:58,268 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,269 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,270 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,290 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2018-07-06 08:40:58,292 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,292 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,292 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,292 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,292 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,294 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,295 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,297 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 698741991 [(sites = {localhost=Mock for Site, hashCode: 698741991})] 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,299 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 698741991 [(sites = {localhost=Mock for Site, hashCode: 698741991})] 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,300 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,319 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 698741991})] 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,319 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,322 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 698741991})] 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,323 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 698741991})] 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,324 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,324 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,329 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,331 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,333 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,335 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 1845623216} [(sites = {localhost=Mock for Site, hashCode: 1845623216})] 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:58,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:58,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.search.SearchTest 2018-07-06 08:40:58,375 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@7d3d101b 2018-07-06 08:40:59,137 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-07-06 08:40:59,138 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-07-06 08:40:59,143 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2018-07-06 08:40:59,281 [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.181 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.IfTest 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-07-06 08:40:59,523 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-07-06 08:40:59,531 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2018-07-06 08:40:59,531 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-07-06 08:40:59,532 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-07-06 08:40:59,533 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2018-07-06 08:40:59,533 [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.013 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-RC1.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-taglib --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: 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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.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-RC1/appng-taglib-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-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-RC1/appng-taglib-1.18.0-RC1.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-RC1/appng-taglib-1.18.0-RC1.jar (56 kB at 454 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.pom (1.8 kB at 57 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 5.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-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-RC1/appng-taglib-1.18.0-RC1-javadoc.jar (146 kB at 1.5 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-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-RC1/appng-taglib-1.18.0-RC1-sources.jar (42 kB at 530 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 343 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (343 B at 805 B/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.18.0-RC1 [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-RC1] [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-RC1] [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-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [251 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1.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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-forms-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.18.0-RC1.jar [INFO] Copying appng-formtags-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.18.0-RC1.jar [INFO] Copying appng-rest-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.18.0-RC1.jar [INFO] Copying appng-core-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.18.0-RC1.jar [INFO] Copying appng-tools-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.18.0-RC1.jar [INFO] Copying appng-persistence-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.18.0-RC1.jar [INFO] Copying appng-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.18.0-RC1.jar [INFO] Copying appng-cli-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.18.0-RC1.jar [INFO] Copying appng-mail-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.18.0-RC1.jar [INFO] Copying appng-taglib-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.18.0-RC1.jar [INFO] Copying appng-search-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.18.0-RC1.jar [INFO] Copying appng-xmlapi-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.18.0-RC1.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] org.appng:appng-tomcat7:jar:1.18.0-RC1 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.appng:appng-tomcat8:jar:1.18.0-RC1 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] 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] 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.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.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] net.sf.jmimemagic:jmimemagic:jar:0.1.5 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: /tmp/jenkins_artifacts/release/appng-application-1.18.0-RC1-dependencies-20180706-0636.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-RC1-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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.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-RC1/appng-application-1.18.0-RC1.pom [INFO] Installing /tmp/jenkins_artifacts/release/appng-application-1.18.0-RC1-dependencies-20180706-0636.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-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-RC1/appng-application-1.18.0-RC1.war Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.war (97 MB at 27 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.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-RC1/appng-application-1.18.0-RC1.pom (6.8 kB at 151 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 2.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip (97 MB at 28 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-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-RC1/appng-application-1.18.0-RC1-sources.jar (3.0 kB at 38 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 348 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (348 B at 5.9 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.18.0-RC1 [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-RC1/appng-application-bom-1.18.0-RC1.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-RC1/appng-application-bom-1.18.0-RC1.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-RC1/appng-application-bom-1.18.0-RC1.pom (41 kB at 1.1 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 889 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (889 B at 26 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 889 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (889 B at 74 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 889 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (889 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 889 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (889 B at 33 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.18.0-RC1 [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-07-06 08:41:19,967 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-07-06 08:41:19,980 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-07-06 08:41:20,056 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2018-07-06 08:41:20,233 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-07-06 08:41:20,264 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-07-06 08:41:20,298 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70b0b186: startup date [Fri Jul 06 08:41:20 CEST 2018]; root of context hierarchy 2018-07-06 08:41:20,963 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB646E52DA30.ENGINE: Checkpoint start 2018-07-06 08:41:20,963 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB646E52DA30.ENGINE: checkpointClose start 2018-07-06 08:41:20,971 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB646E52DA30.ENGINE: checkpointClose synched 2018-07-06 08:41:20,982 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB646E52DA30.ENGINE: checkpointClose script done 2018-07-06 08:41:21,002 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB646E52DA30.ENGINE: checkpointClose end 2018-07-06 08:41:21,002 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB646E52DA30.ENGINE: Checkpoint end - txts: 1 2018-07-06 08:41:21,090 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-07-06 08:41:21,119 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-07-06 08:41:21,377 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-07-06 08:41:21,378 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-07-06 08:41:21,422 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-07-06 08:41:21,692 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-07-06 08:41:21,778 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:41:22,023 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-07-06 08:41:22,264 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@8a62297' 2018-07-06 08:41:22,273 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-07-06 08:41:23,621 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@70b0b186: startup date [Fri Jul 06 08:41:20 CEST 2018]; root of context hierarchy 2018-07-06 08:41:23,622 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-07-06 08:41:23,622 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down' 2018-07-06 08:41:23,821 INFO [HSQLDB Connection @4615ce5c] hsqldb.db.HSQLDB646E52DA30.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.284 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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.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-RC1/appng-documentation-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-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-RC1/appng-documentation-1.18.0-RC1.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-RC1/appng-documentation-1.18.0-RC1.jar (33 kB at 233 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.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-RC1/appng-documentation-1.18.0-RC1.pom (3.2 kB at 93 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 382 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (382 B at 16 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 382 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (382 B at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 382 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (382 B at 5.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 382 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (382 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-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-RC1/appng-documentation-1.18.0-RC1-sources.jar (35 kB at 487 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 382 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (382 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 382 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (382 B at 12 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.18.0-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.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-RC1/appng-template-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-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-RC1/appng-template-assembly-1.18.0-RC1.jar Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.jar (1.5 kB at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.pom Progress (1): 875 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.pom (875 B at 27 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 354 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (354 B at 21 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 354 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (354 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 354 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (354 B at 4.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 354 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (354 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-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-RC1/appng-template-assembly-1.18.0-RC1-sources.jar (2.7 kB at 39 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 354 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (354 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 354 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (354 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.18.0-RC1 [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-RC1/appng-template-parent-1.18.0-RC1.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-RC1/appng-template-parent-1.18.0-RC1.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-RC1/appng-template-parent-1.18.0-RC1.pom (5.5 kB at 185 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 889 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (889 B at 8.7 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 889 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (889 B at 89 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 889 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (889 B at 2.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 889 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (889 B at 29 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.18.0-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.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-RC1/appng-application-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-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-RC1/appng-application-assembly-1.18.0-RC1.jar Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.jar (1.6 kB at 3.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.pom Progress (1): 537 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.pom (537 B at 15 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 357 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (357 B at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 357 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (357 B at 36 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 357 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (357 B at 5.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 357 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (357 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-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-RC1/appng-application-assembly-1.18.0-RC1-sources.jar (2.7 kB at 35 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 357 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (357 B at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 357 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (357 B at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.18.0-RC1 [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-RC1/appng-application-parent-1.18.0-RC1.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-RC1/appng-application-parent-1.18.0-RC1.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-RC1/appng-application-parent-1.18.0-RC1.pom (6.1 kB at 165 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (1.0 kB at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (1.0 kB at 84 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (1.0 kB at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (1.0 kB at 37 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.18.0-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.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-RC1/appng-archetype-application-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-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-RC1/appng-archetype-application-1.18.0-RC1.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-RC1/appng-archetype-application-1.18.0-RC1.jar (14 kB at 213 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.pom Progress (1): 508 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.pom (508 B at 15 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 358 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (358 B at 24 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 358 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (358 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 358 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (358 B at 5.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 358 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (358 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-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-RC1/appng-archetype-application-1.18.0-RC1-sources.jar (15 kB at 164 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 358 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (358 B at 33 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 358 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (358 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.18.0-RC1 [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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.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-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-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-RC1/appng-appngizer-jaxb-1.18.0-RC1.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-RC1/appng-appngizer-jaxb-1.18.0-RC1.jar (31 kB at 239 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom (1.7 kB at 47 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 22 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 6.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-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-RC1/appng-appngizer-jaxb-1.18.0-RC1-javadoc.jar (221 kB at 2.5 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 5.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-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-RC1/appng-appngizer-jaxb-1.18.0-RC1-sources.jar (42 kB at 193 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 351 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (351 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.18.0-RC1 [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-07-06 08:42:07,327 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-07-06 08:42:07,340 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@62bd765, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@23a5fd2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@78a2da20, org.springframework.test.context.support.DirtiesContextTestExecutionListener@dd3b207, org.springframework.test.context.transaction.TransactionalTestExecutionListener@551bdc27, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@58fdd99] 2018-07-06 08:42:07,415 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:07,801 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:07,972 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@589b3632: startup date [Fri Jul 06 08:42:07 CEST 2018]; root of context hierarchy 2018-07-06 08:42:08,394 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:08,448 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:08,470 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:08,621 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.12.Final} 2018-07-06 08:42:08,623 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2018-07-06 08:42:08,680 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-07-06 08:42:09,338 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:09,399 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:09,947 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-07-06 08:42:10,799 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:10,858 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@589b3632: startup date [Fri Jul 06 08:42:07 CEST 2018]; root of context hierarchy 2018-07-06 08:42:10,876 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-07-06 08:42:10,885 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:10,937 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.015s) 2018-07-06 08:42:10,947 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:10,962 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:10,979 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:11,017 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:11,035 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:11,041 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:11,047 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:11,054 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:11,059 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:11,064 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:11,070 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:11,075 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:11,080 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.135s). 2018-07-06 08:42:11,548 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:12,315 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:12,329 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:12,330 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:12,359 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:12,360 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:12,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:12,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:12,512 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:12,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:12,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:12,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:12,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:12,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:12,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:12,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:12,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:12,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:12,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:12,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:12,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:12,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:12,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:12,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:12,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:12,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:12,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:12,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:12,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:12,525 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:12,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:12,526 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:12,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:12,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:12,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:12,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:12,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:12,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:12,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:12,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:12,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:12,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:12,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:12,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:12,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:12,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:12,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:12,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:12,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:12,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:12,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:12,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:12,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:12,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:12,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:12,650 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngbuild0 as fallback 2018-07-06 08:42:12,650 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:12,857 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-07-06 08:42:12,858 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-07-06 08:42:12,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-07-06 08:42:12,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-07-06 08:42:12,859 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-07-06 08:42:12,859 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-07-06 08:42:12,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-07-06 08:42:12,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-07-06 08:42:12,860 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-07-06 08:42:12,864 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-07-06 08:42:12,864 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-07-06 08:42:12,864 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-07-06 08:42:12,864 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-07-06 08:42:12,865 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-07-06 08:42:12,865 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-07-06 08:42:12,865 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-07-06 08:42:12,866 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-07-06 08:42:12,867 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-07-06 08:42:12,867 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-07-06 08:42:12,867 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-07-06 08:42:12,868 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-07-06 08:42:12,868 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-07-06 08:42:12,869 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-07-06 08:42:12,869 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-07-06 08:42:12,870 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-07-06 08:42:12,870 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-07-06 08:42:12,871 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-07-06 08:42:12,871 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-07-06 08:42:12,871 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-07-06 08:42:12,872 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-07-06 08:42:12,872 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-07-06 08:42:12,873 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-07-06 08:42:12,873 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-07-06 08:42:12,874 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-07-06 08:42:12,874 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-07-06 08:42:12,875 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-07-06 08:42:12,875 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-07-06 08:42:12,876 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-07-06 08:42:12,878 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-07-06 08:42:12,878 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-07-06 08:42:12,879 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-07-06 08:42:12,879 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-07-06 08:42:12,879 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-07-06 08:42:12,879 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-07-06 08:42:12,880 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-07-06 08:42:12,880 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-07-06 08:42:12,880 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-07-06 08:42:12,880 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-07-06 08:42:12,882 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-07-06 08:42:12,882 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-07-06 08:42:12,882 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-07-06 08:42:12,883 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-07-06 08:42:12,883 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-07-06 08:42:12,884 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-07-06 08:42:12,884 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-07-06 08:42:12,884 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-07-06 08:42:12,885 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-07-06 08:42:12,885 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-07-06 08:42:12,885 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-07-06 08:42:12,886 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-07-06 08:42:12,887 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-07-06 08:42:12,887 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-07-06 08:42:12,887 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-07-06 08:42:12,887 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-07-06 08:42:12,889 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-07-06 08:42:12,889 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-07-06 08:42:12,889 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-07-06 08:42:12,889 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-07-06 08:42:12,890 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-07-06 08:42:12,890 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-07-06 08:42:12,891 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-07-06 08:42:12,892 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-07-06 08:42:12,892 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-07-06 08:42:12,892 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-07-06 08:42:12,892 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-07-06 08:42:12,893 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-07-06 08:42:12,893 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-07-06 08:42:12,893 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-07-06 08:42:12,894 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-07-06 08:42:12,894 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-07-06 08:42:12,895 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-07-06 08:42:12,895 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-07-06 08:42:12,895 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-07-06 08:42:13,426 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:13,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@589b3632: startup date [Fri Jul 06 08:42:07 CEST 2018]; root of context hierarchy 2018-07-06 08:42:13,703 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@589b3632: startup date [Fri Jul 06 08:42:07 CEST 2018]; root of context hierarchy 2018-07-06 08:42:14,074 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:14,074 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:14,100 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 26 ms 2018-07-06 08:42:14,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:14,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-07-06 08:42:14,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-07-06 08:42:14,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-07-06 08:42:14,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-07-06 08:42:14,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-07-06 08:42:14,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-07-06 08:42:14,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-07-06 08:42:14,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-07-06 08:42:14,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-07-06 08:42:14,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-07-06 08:42:14,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-07-06 08:42:14,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-07-06 08:42:14,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-07-06 08:42:14,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-07-06 08:42:14,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-07-06 08:42:14,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-07-06 08:42:14,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-07-06 08:42:14,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-07-06 08:42:14,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-07-06 08:42:14,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-07-06 08:42:14,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-07-06 08:42:14,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-07-06 08:42:14,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-07-06 08:42:14,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-07-06 08:42:14,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-07-06 08:42:14,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-07-06 08:42:14,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-07-06 08:42:14,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-07-06 08:42:14,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-07-06 08:42:14,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-07-06 08:42:14,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-07-06 08:42:14,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-07-06 08:42:14,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-07-06 08:42:14,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-07-06 08:42:14,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-07-06 08:42:14,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-07-06 08:42:14,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-07-06 08:42:14,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-07-06 08:42:14,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-07-06 08:42:14,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-07-06 08:42:14,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-07-06 08:42:14,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-07-06 08:42:14,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-07-06 08:42:14,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-07-06 08:42:14,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-07-06 08:42:14,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-07-06 08:42:14,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-07-06 08:42:14,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-07-06 08:42:14,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-07-06 08:42:14,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-07-06 08:42:14,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-07-06 08:42:14,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-07-06 08:42:14,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-07-06 08:42:14,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-07-06 08:42:14,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-07-06 08:42:14,227 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-07-06 08:42:14,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-07-06 08:42:14,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-07-06 08:42:14,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-07-06 08:42:14,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-07-06 08:42:14,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-07-06 08:42:14,229 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-07-06 08:42:14,232 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-07-06 08:42:15,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-07-06 08:42:15,339 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-07-06 08:42:15,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-07-06 08:42:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-07-06 08:42:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer 2018-07-06 08:42:15,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer 2018-07-06 08:42:15,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp 2018-07-06 08:42:15,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp 2018-07-06 08:42:15,561 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@589b3632: startup date [Fri Jul 06 08:42:07 CEST 2018]; root of context hierarchy 2018-07-06 08:42:15,566 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:15,567 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: 8.55 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2018-07-06 08:42:15,576 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-07-06 08:42:15,577 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@38b0e2a7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6bdad3bb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@73eae5f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4902c584, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7698a3d9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b62f1ba] 2018-07-06 08:42:15,577 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:15,646 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:15,676 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@39dce2df: startup date [Fri Jul 06 08:42:15 CEST 2018]; root of context hierarchy 2018-07-06 08:42:15,736 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:15,752 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:15,752 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:15,808 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:15,812 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:15,990 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:15,999 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@39dce2df: startup date [Fri Jul 06 08:42:15 CEST 2018]; root of context hierarchy 2018-07-06 08:42:16,001 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:16,008 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-07-06 08:42:16,010 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:16,015 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:16,020 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:16,038 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:16,047 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:16,051 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:16,055 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:16,059 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:16,063 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:16,067 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:16,070 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:16,074 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:16,078 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.068s). 2018-07-06 08:42:16,140 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:16,266 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:16,267 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:16,267 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:16,284 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:16,284 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:16,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:16,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:16,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:16,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:16,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:16,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:16,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:16,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:16,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:16,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:16,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:16,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:16,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:16,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:16,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:16,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:16,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:16,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:16,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:16,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:16,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:16,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:16,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:16,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:16,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:16,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:16,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:16,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:16,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:16,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:16,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:16,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:16,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:16,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:16,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:16,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:16,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:16,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:16,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:16,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:16,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:16,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:16,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:16,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:16,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:16,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:16,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:16,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:16,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:16,337 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:16,363 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-07-06 08:42:16,363 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-07-06 08:42:16,363 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-07-06 08:42:16,364 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-07-06 08:42:16,364 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-07-06 08:42:16,364 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-07-06 08:42:16,364 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-07-06 08:42:16,364 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-07-06 08:42:16,365 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-07-06 08:42:16,365 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-07-06 08:42:16,366 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-07-06 08:42:16,366 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-07-06 08:42:16,366 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-07-06 08:42:16,366 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-07-06 08:42:16,366 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-07-06 08:42:16,367 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-07-06 08:42:16,367 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-07-06 08:42:16,367 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-07-06 08:42:16,368 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-07-06 08:42:16,368 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-07-06 08:42:16,368 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-07-06 08:42:16,368 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-07-06 08:42:16,369 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-07-06 08:42:16,369 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-07-06 08:42:16,369 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-07-06 08:42:16,370 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-07-06 08:42:16,370 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-07-06 08:42:16,370 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-07-06 08:42:16,370 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-07-06 08:42:16,371 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-07-06 08:42:16,371 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-07-06 08:42:16,371 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-07-06 08:42:16,371 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-07-06 08:42:16,372 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-07-06 08:42:16,372 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-07-06 08:42:16,373 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-07-06 08:42:16,373 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-07-06 08:42:16,373 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-07-06 08:42:16,374 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-07-06 08:42:16,374 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-07-06 08:42:16,374 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-07-06 08:42:16,375 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-07-06 08:42:16,375 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-07-06 08:42:16,375 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-07-06 08:42:16,375 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-07-06 08:42:16,376 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-07-06 08:42:16,376 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-07-06 08:42:16,376 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-07-06 08:42:16,376 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-07-06 08:42:16,377 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-07-06 08:42:16,377 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-07-06 08:42:16,377 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-07-06 08:42:16,377 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-07-06 08:42:16,378 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-07-06 08:42:16,378 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-07-06 08:42:16,378 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-07-06 08:42:16,378 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-07-06 08:42:16,379 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-07-06 08:42:16,379 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-07-06 08:42:16,380 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-07-06 08:42:16,380 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-07-06 08:42:16,380 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-07-06 08:42:16,380 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-07-06 08:42:16,380 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-07-06 08:42:16,381 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-07-06 08:42:16,381 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-07-06 08:42:16,381 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-07-06 08:42:16,382 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-07-06 08:42:16,382 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-07-06 08:42:16,382 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-07-06 08:42:16,383 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-07-06 08:42:16,383 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-07-06 08:42:16,383 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-07-06 08:42:16,383 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-07-06 08:42:16,384 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-07-06 08:42:16,384 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-07-06 08:42:16,384 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-07-06 08:42:16,384 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-07-06 08:42:16,385 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-07-06 08:42:16,385 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-07-06 08:42:16,385 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-07-06 08:42:16,385 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-07-06 08:42:16,386 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-07-06 08:42:16,411 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:16,476 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@39dce2df: startup date [Fri Jul 06 08:42:15 CEST 2018]; root of context hierarchy 2018-07-06 08:42:16,494 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@39dce2df: startup date [Fri Jul 06 08:42:15 CEST 2018]; root of context hierarchy 2018-07-06 08:42:16,560 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:16,560 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:16,567 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-07-06 08:42:16,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:16,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:16,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer 2018-07-06 08:42:16,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer 2018-07-06 08:42:16,647 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@39dce2df: startup date [Fri Jul 06 08:42:15 CEST 2018]; root of context hierarchy 2018-07-06 08:42:16,649 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:16,649 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.075 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2018-07-06 08:42:16,654 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-07-06 08:42:16,655 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@45f4c27c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@64710a6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@949165f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@47f677a4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2472ba04, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a0e5c0c] 2018-07-06 08:42:16,674 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:16,721 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:16,741 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5bb45afc: startup date [Fri Jul 06 08:42:16 CEST 2018]; root of context hierarchy 2018-07-06 08:42:16,790 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:16,802 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:16,802 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:16,841 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:16,844 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:16,970 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:16,976 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@5bb45afc: startup date [Fri Jul 06 08:42:16 CEST 2018]; root of context hierarchy 2018-07-06 08:42:16,978 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:16,983 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-07-06 08:42:16,984 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:16,987 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:16,990 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:17,003 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:17,009 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:17,012 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:17,014 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:17,017 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:17,020 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:17,023 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:17,026 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:17,029 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:17,032 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.047s). 2018-07-06 08:42:17,085 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:17,197 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:17,198 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:17,198 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:17,215 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:17,216 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:17,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:17,239 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:17,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:17,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:17,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:17,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:17,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:17,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:17,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:17,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:17,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:17,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:17,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:17,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:17,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:17,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:17,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:17,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:17,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:17,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:17,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:17,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:17,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:17,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:17,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:17,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:17,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:17,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:17,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:17,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:17,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:17,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:17,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:17,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:17,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:17,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:17,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:17,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:17,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:17,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:17,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:17,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:17,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:17,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:17,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:17,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:17,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:17,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:17,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:17,267 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:17,290 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-07-06 08:42:17,290 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-07-06 08:42:17,290 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-07-06 08:42:17,291 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-07-06 08:42:17,291 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-07-06 08:42:17,291 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-07-06 08:42:17,291 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-07-06 08:42:17,291 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-07-06 08:42:17,292 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-07-06 08:42:17,292 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-07-06 08:42:17,292 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-07-06 08:42:17,293 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-07-06 08:42:17,293 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-07-06 08:42:17,293 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-07-06 08:42:17,293 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-07-06 08:42:17,293 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-07-06 08:42:17,294 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-07-06 08:42:17,294 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-07-06 08:42:17,294 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-07-06 08:42:17,294 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-07-06 08:42:17,295 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-07-06 08:42:17,295 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-07-06 08:42:17,295 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-07-06 08:42:17,295 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-07-06 08:42:17,296 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-07-06 08:42:17,296 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-07-06 08:42:17,296 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-07-06 08:42:17,296 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-07-06 08:42:17,296 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-07-06 08:42:17,297 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-07-06 08:42:17,297 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-07-06 08:42:17,297 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-07-06 08:42:17,298 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-07-06 08:42:17,298 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-07-06 08:42:17,298 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-07-06 08:42:17,299 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-07-06 08:42:17,299 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-07-06 08:42:17,299 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-07-06 08:42:17,300 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-07-06 08:42:17,300 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-07-06 08:42:17,300 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-07-06 08:42:17,300 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-07-06 08:42:17,300 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-07-06 08:42:17,301 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-07-06 08:42:17,301 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-07-06 08:42:17,301 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-07-06 08:42:17,301 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-07-06 08:42:17,301 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-07-06 08:42:17,302 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-07-06 08:42:17,302 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-07-06 08:42:17,302 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-07-06 08:42:17,302 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-07-06 08:42:17,303 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-07-06 08:42:17,303 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-07-06 08:42:17,303 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-07-06 08:42:17,304 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-07-06 08:42:17,304 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-07-06 08:42:17,304 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-07-06 08:42:17,304 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-07-06 08:42:17,305 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-07-06 08:42:17,305 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-07-06 08:42:17,305 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-07-06 08:42:17,305 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-07-06 08:42:17,305 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-07-06 08:42:17,306 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-07-06 08:42:17,306 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-07-06 08:42:17,306 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-07-06 08:42:17,307 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-07-06 08:42:17,307 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-07-06 08:42:17,307 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-07-06 08:42:17,308 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-07-06 08:42:17,308 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-07-06 08:42:17,308 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-07-06 08:42:17,308 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-07-06 08:42:17,308 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-07-06 08:42:17,309 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-07-06 08:42:17,309 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-07-06 08:42:17,309 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-07-06 08:42:17,310 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-07-06 08:42:17,310 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-07-06 08:42:17,310 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-07-06 08:42:17,310 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-07-06 08:42:17,310 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-07-06 08:42:17,335 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:17,394 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5bb45afc: startup date [Fri Jul 06 08:42:16 CEST 2018]; root of context hierarchy 2018-07-06 08:42:17,409 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5bb45afc: startup date [Fri Jul 06 08:42:16 CEST 2018]; root of context hierarchy 2018-07-06 08:42:17,462 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:17,462 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:17,468 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:17,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:17,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-07-06 08:42:17,585 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-07-06 08:42:17,592 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:17,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:17,596 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:17,597 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:17,598 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:17,598 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:17,599 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:17,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:17,599 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:17,599 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:17,601 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:17,704 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:17,708 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:17,713 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:17,713 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:17,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:17,718 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:17,720 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:17,720 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:17,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:17,724 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:17,724 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:17,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:17,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:17,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:17,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:17,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:17,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:17,750 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,750 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,753 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,753 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,753 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,753 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,754 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,754 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,754 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,754 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:17,754 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:17,769 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:17,772 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:17,774 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:17,777 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:17,778 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:17,781 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:17,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:17,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.myNewProp 2018-07-06 08:42:17,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.myNewProp 2018-07-06 08:42:17,868 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@5bb45afc: startup date [Fri Jul 06 08:42:16 CEST 2018]; root of context hierarchy 2018-07-06 08:42:17,870 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:17,870 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.215 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2018-07-06 08:42:17,876 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-07-06 08:42:17,876 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d4ee936, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7410c197, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@363751f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@688884e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6c65c6f0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1e0bae92] 2018-07-06 08:42:17,877 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:17,942 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:17,967 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@123fd460: startup date [Fri Jul 06 08:42:17 CEST 2018]; root of context hierarchy 2018-07-06 08:42:18,022 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:18,037 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:18,037 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:18,085 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:18,089 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:18,236 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:18,244 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@123fd460: startup date [Fri Jul 06 08:42:17 CEST 2018]; root of context hierarchy 2018-07-06 08:42:18,246 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:18,254 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.004s) 2018-07-06 08:42:18,255 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:18,259 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:18,263 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:18,278 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:18,285 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:18,288 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:18,292 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:18,295 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:18,298 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:18,309 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:18,316 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:18,322 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:18,327 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.071s). 2018-07-06 08:42:18,435 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:18,566 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:18,566 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:18,567 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:18,586 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:18,586 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:18,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:18,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:18,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:18,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:18,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:18,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:18,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:18,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:18,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:18,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:18,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:18,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:18,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:18,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:18,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:18,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:18,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:18,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:18,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:18,616 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:18,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:18,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:18,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:18,617 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:18,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:18,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:18,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:18,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:18,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:18,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:18,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:18,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:18,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:18,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:18,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:18,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:18,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:18,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:18,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:18,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:18,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:18,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:18,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:18,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:18,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:18,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:18,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:18,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:18,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:18,643 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:18,667 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-07-06 08:42:18,667 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-07-06 08:42:18,668 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-07-06 08:42:18,668 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-07-06 08:42:18,668 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-07-06 08:42:18,669 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-07-06 08:42:18,669 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-07-06 08:42:18,669 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-07-06 08:42:18,669 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-07-06 08:42:18,670 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-07-06 08:42:18,670 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-07-06 08:42:18,670 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-07-06 08:42:18,671 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-07-06 08:42:18,671 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-07-06 08:42:18,671 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-07-06 08:42:18,671 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-07-06 08:42:18,672 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-07-06 08:42:18,672 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-07-06 08:42:18,672 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-07-06 08:42:18,673 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-07-06 08:42:18,673 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-07-06 08:42:18,673 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-07-06 08:42:18,674 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-07-06 08:42:18,674 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-07-06 08:42:18,674 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-07-06 08:42:18,674 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-07-06 08:42:18,675 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-07-06 08:42:18,675 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-07-06 08:42:18,675 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-07-06 08:42:18,676 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-07-06 08:42:18,676 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-07-06 08:42:18,676 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-07-06 08:42:18,676 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-07-06 08:42:18,677 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-07-06 08:42:18,677 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-07-06 08:42:18,677 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-07-06 08:42:18,677 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-07-06 08:42:18,678 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-07-06 08:42:18,678 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-07-06 08:42:18,679 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-07-06 08:42:18,679 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-07-06 08:42:18,679 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-07-06 08:42:18,679 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-07-06 08:42:18,680 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-07-06 08:42:18,680 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-07-06 08:42:18,680 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-07-06 08:42:18,680 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-07-06 08:42:18,681 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-07-06 08:42:18,681 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-07-06 08:42:18,681 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-07-06 08:42:18,682 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-07-06 08:42:18,682 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-07-06 08:42:18,682 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-07-06 08:42:18,682 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-07-06 08:42:18,683 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-07-06 08:42:18,683 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-07-06 08:42:18,683 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-07-06 08:42:18,683 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-07-06 08:42:18,684 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-07-06 08:42:18,684 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-07-06 08:42:18,685 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-07-06 08:42:18,685 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-07-06 08:42:18,685 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-07-06 08:42:18,685 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-07-06 08:42:18,686 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-07-06 08:42:18,686 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-07-06 08:42:18,686 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-07-06 08:42:18,687 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-07-06 08:42:18,687 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-07-06 08:42:18,687 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-07-06 08:42:18,688 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-07-06 08:42:18,688 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-07-06 08:42:18,688 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-07-06 08:42:18,689 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-07-06 08:42:18,689 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-07-06 08:42:18,689 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-07-06 08:42:18,689 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-07-06 08:42:18,690 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-07-06 08:42:18,690 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-07-06 08:42:18,690 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-07-06 08:42:18,691 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-07-06 08:42:18,691 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-07-06 08:42:18,691 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-07-06 08:42:18,721 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:18,794 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@123fd460: startup date [Fri Jul 06 08:42:17 CEST 2018]; root of context hierarchy 2018-07-06 08:42:18,810 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@123fd460: startup date [Fri Jul 06 08:42:17 CEST 2018]; root of context hierarchy 2018-07-06 08:42:18,871 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:18,871 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:18,877 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:18,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:18,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-07-06 08:42:18,929 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-07-06 08:42:18,935 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:18,937 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:18,939 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:18,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:18,942 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:18,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:18,942 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:18,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:18,943 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:18,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:18,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:18,950 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:18,951 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:18,952 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:18,952 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:18,952 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:18,953 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:18,954 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:18,955 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:18,955 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:18,956 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:18,956 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:18,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:18,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:18,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:18,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:18,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:18,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:18,968 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,968 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,969 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,969 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,969 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,969 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,970 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,970 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,970 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,970 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:18,970 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:18,979 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:18,980 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:18,981 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:18,983 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:18,984 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:18,985 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:19,032 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2018-07-06 08:42:19,044 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2018-07-06 08:42:19,044 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-07-06 08:42:19,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource page.xml of application demo-application 2018-07-06 08:42:19,052 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-07-06 08:42:19,052 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-07-06 08:42:19,053 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-07-06 08:42:19,053 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource datasources.xml of application demo-application 2018-07-06 08:42:19,054 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-07-06 08:42:19,054 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-07-06 08:42:19,055 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-07-06 08:42:19,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource master.xml of application demo-application 2018-07-06 08:42:19,056 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-07-06 08:42:19,056 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource events.xml of application demo-application 2018-07-06 08:42:19,057 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-07-06 08:42:19,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource messages-demo.properties of application demo-application 2018-07-06 08:42:19,058 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-07-06 08:42:19,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource beans.xml of application demo-application 2018-07-06 08:42:19,059 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-07-06 08:42:19,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource application.xml of application demo-application 2018-07-06 08:42:19,060 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-07-06 08:42:19,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource plugin.xml of application demo-application 2018-07-06 08:42:19,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Application demo-application 2018-07-06 08:42:19,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-07-06 08:42:19,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-07-06 08:42:19,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-07-06 08:42:19,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-07-06 08:42:19,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-07-06 08:42:19,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission testPermission 2018-07-06 08:42:19,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-07-06 08:42:19,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource messages-demo.properties of application demo-application 2018-07-06 08:42:19,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-07-06 08:42:19,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource events.xml of application demo-application 2018-07-06 08:42:19,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource page.xml of application demo-application 2018-07-06 08:42:19,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-07-06 08:42:19,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource datasources.xml of application demo-application 2018-07-06 08:42:19,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource beans.xml of application demo-application 2018-07-06 08:42:19,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource master.xml of application demo-application 2018-07-06 08:42:19,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource application.xml of application demo-application 2018-07-06 08:42:19,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource plugin.xml of application demo-application 2018-07-06 08:42:19,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:19,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:19,104 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:19,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-07-06 08:42:19,107 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@123fd460: startup date [Fri Jul 06 08:42:17 CEST 2018]; root of context hierarchy 2018-07-06 08:42:19,109 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:19,109 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.239 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2018-07-06 08:42:19,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-07-06 08:42:19,114 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1a26eecb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6382bc3f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@28a821f9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a4137a2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7bcd497, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@71a9e31b] 2018-07-06 08:42:19,115 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:19,152 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:19,170 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@18e7b33e: startup date [Fri Jul 06 08:42:19 CEST 2018]; root of context hierarchy 2018-07-06 08:42:19,214 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:19,227 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:19,227 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:19,265 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:19,268 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:19,380 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:19,385 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@18e7b33e: startup date [Fri Jul 06 08:42:19 CEST 2018]; root of context hierarchy 2018-07-06 08:42:19,387 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:19,391 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:19,392 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:19,394 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:19,397 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:19,406 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:19,411 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:19,413 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:19,415 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:19,418 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:19,419 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:19,422 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:19,424 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:19,426 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:19,428 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.036s). 2018-07-06 08:42:19,473 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:19,571 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:19,572 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:19,572 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:19,587 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:19,587 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:19,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:19,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:19,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:19,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:19,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:19,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:19,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:19,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:19,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:19,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:19,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:19,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:19,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:19,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:19,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:19,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:19,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:19,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:19,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:19,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:19,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:19,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:19,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:19,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:19,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:19,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:19,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:19,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:19,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:19,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:19,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:19,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:19,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:19,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:19,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:19,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:19,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:19,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:19,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:19,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:19,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:19,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:19,615 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:19,628 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:19,647 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-07-06 08:42:19,647 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-07-06 08:42:19,647 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-07-06 08:42:19,648 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-07-06 08:42:19,648 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-07-06 08:42:19,648 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-07-06 08:42:19,648 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-07-06 08:42:19,648 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-07-06 08:42:19,648 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-07-06 08:42:19,649 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-07-06 08:42:19,649 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-07-06 08:42:19,649 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-07-06 08:42:19,649 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-07-06 08:42:19,650 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-07-06 08:42:19,650 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-07-06 08:42:19,650 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-07-06 08:42:19,650 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-07-06 08:42:19,650 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-07-06 08:42:19,650 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-07-06 08:42:19,651 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-07-06 08:42:19,651 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-07-06 08:42:19,651 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-07-06 08:42:19,651 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-07-06 08:42:19,651 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-07-06 08:42:19,652 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-07-06 08:42:19,652 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-07-06 08:42:19,652 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-07-06 08:42:19,652 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-07-06 08:42:19,652 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-07-06 08:42:19,652 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-07-06 08:42:19,653 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-07-06 08:42:19,653 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-07-06 08:42:19,653 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-07-06 08:42:19,653 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-07-06 08:42:19,653 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-07-06 08:42:19,654 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-07-06 08:42:19,654 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-07-06 08:42:19,654 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-07-06 08:42:19,654 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-07-06 08:42:19,654 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-07-06 08:42:19,655 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-07-06 08:42:19,655 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-07-06 08:42:19,655 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-07-06 08:42:19,655 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-07-06 08:42:19,655 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-07-06 08:42:19,655 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-07-06 08:42:19,655 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-07-06 08:42:19,656 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-07-06 08:42:19,656 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-07-06 08:42:19,656 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-07-06 08:42:19,656 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-07-06 08:42:19,657 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-07-06 08:42:19,657 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-07-06 08:42:19,657 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-07-06 08:42:19,657 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-07-06 08:42:19,658 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-07-06 08:42:19,658 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-07-06 08:42:19,658 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-07-06 08:42:19,658 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-07-06 08:42:19,658 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-07-06 08:42:19,659 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-07-06 08:42:19,659 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-07-06 08:42:19,659 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-07-06 08:42:19,659 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-07-06 08:42:19,660 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-07-06 08:42:19,660 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-07-06 08:42:19,660 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-07-06 08:42:19,660 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-07-06 08:42:19,660 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-07-06 08:42:19,660 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-07-06 08:42:19,661 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-07-06 08:42:19,661 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-07-06 08:42:19,661 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-07-06 08:42:19,661 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-07-06 08:42:19,662 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-07-06 08:42:19,662 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-07-06 08:42:19,662 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-07-06 08:42:19,662 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-07-06 08:42:19,662 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-07-06 08:42:19,663 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-07-06 08:42:19,663 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-07-06 08:42:19,663 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-07-06 08:42:19,663 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-07-06 08:42:19,686 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:19,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@18e7b33e: startup date [Fri Jul 06 08:42:19 CEST 2018]; root of context hierarchy 2018-07-06 08:42:19,758 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@18e7b33e: startup date [Fri Jul 06 08:42:19 CEST 2018]; root of context hierarchy 2018-07-06 08:42:19,811 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:19,811 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:19,817 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:19,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:19,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local repo 2018-07-06 08:42:19,899 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-07-06 08:42:19,904 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:19,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:19,908 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:19,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:19,910 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:19,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:19,911 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:19,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:19,911 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:19,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:19,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:19,920 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:19,920 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:19,921 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:19,921 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:19,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:19,923 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:19,923 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:19,924 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:19,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:19,925 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:19,925 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:19,927 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:19,927 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:19,928 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:19,930 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:19,930 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:19,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:19,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,933 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:19,934 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:19,942 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:19,943 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:19,944 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:19,946 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:19,946 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:19,948 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:19,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Repository local 2018-07-06 08:42:19,991 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:19,991 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:19,992 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:19,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository deleteme 2018-07-06 08:42:20,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Repository deleteme 2018-07-06 08:42:20,020 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:20,020 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:20,062 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 42 ms 2018-07-06 08:42:20,074 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:20,074 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:20,075 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:20,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository dummy repo 2018-07-06 08:42:20,098 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-07-06 08:42:20,099 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-07-06 08:42:20,104 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:20,104 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:20,105 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:20,135 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-07-06 08:42:20,144 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@18e7b33e: startup date [Fri Jul 06 08:42:19 CEST 2018]; root of context hierarchy 2018-07-06 08:42:20,146 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:20,146 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.035 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2018-07-06 08:42:20,151 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-07-06 08:42:20,151 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@40fdcbd5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@c512269, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@537dc661, org.springframework.test.context.support.DirtiesContextTestExecutionListener@16b35f2f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@383e8d4f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3df9b24b] 2018-07-06 08:42:20,152 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:20,206 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:20,232 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@a355b: startup date [Fri Jul 06 08:42:20 CEST 2018]; root of context hierarchy 2018-07-06 08:42:20,285 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:20,298 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:20,298 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:20,335 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:20,338 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:20,436 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:20,441 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@a355b: startup date [Fri Jul 06 08:42:20 CEST 2018]; root of context hierarchy 2018-07-06 08:42:20,442 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:20,447 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:20,448 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:20,450 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:20,452 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:20,460 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:20,465 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:20,467 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:20,469 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:20,471 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:20,473 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:20,474 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:20,476 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:20,478 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:20,480 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.032s). 2018-07-06 08:42:20,525 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:20,628 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:20,629 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:20,629 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:20,644 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:20,644 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:20,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:20,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:20,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:20,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:20,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:20,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:20,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:20,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:20,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:20,681 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:20,699 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-07-06 08:42:20,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-07-06 08:42:20,700 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-07-06 08:42:20,700 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-07-06 08:42:20,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-07-06 08:42:20,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-07-06 08:42:20,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-07-06 08:42:20,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-07-06 08:42:20,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-07-06 08:42:20,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-07-06 08:42:20,701 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-07-06 08:42:20,701 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-07-06 08:42:20,701 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-07-06 08:42:20,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-07-06 08:42:20,702 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-07-06 08:42:20,702 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-07-06 08:42:20,702 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-07-06 08:42:20,702 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-07-06 08:42:20,702 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-07-06 08:42:20,702 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-07-06 08:42:20,703 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-07-06 08:42:20,703 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-07-06 08:42:20,703 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-07-06 08:42:20,703 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-07-06 08:42:20,704 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-07-06 08:42:20,704 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-07-06 08:42:20,704 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-07-06 08:42:20,704 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-07-06 08:42:20,704 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-07-06 08:42:20,704 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-07-06 08:42:20,704 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-07-06 08:42:20,705 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-07-06 08:42:20,705 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-07-06 08:42:20,705 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-07-06 08:42:20,705 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-07-06 08:42:20,705 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-07-06 08:42:20,706 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-07-06 08:42:20,706 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-07-06 08:42:20,706 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-07-06 08:42:20,706 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-07-06 08:42:20,706 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-07-06 08:42:20,707 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-07-06 08:42:20,707 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-07-06 08:42:20,707 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-07-06 08:42:20,707 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-07-06 08:42:20,707 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-07-06 08:42:20,707 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-07-06 08:42:20,707 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-07-06 08:42:20,708 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-07-06 08:42:20,708 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-07-06 08:42:20,708 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-07-06 08:42:20,708 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-07-06 08:42:20,708 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-07-06 08:42:20,709 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-07-06 08:42:20,709 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-07-06 08:42:20,709 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-07-06 08:42:20,709 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-07-06 08:42:20,709 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-07-06 08:42:20,709 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-07-06 08:42:20,710 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-07-06 08:42:20,710 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-07-06 08:42:20,710 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-07-06 08:42:20,710 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-07-06 08:42:20,710 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-07-06 08:42:20,711 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-07-06 08:42:20,711 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-07-06 08:42:20,711 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-07-06 08:42:20,711 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-07-06 08:42:20,711 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-07-06 08:42:20,711 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-07-06 08:42:20,712 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-07-06 08:42:20,712 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-07-06 08:42:20,712 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-07-06 08:42:20,712 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-07-06 08:42:20,712 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-07-06 08:42:20,712 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-07-06 08:42:20,712 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-07-06 08:42:20,713 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-07-06 08:42:20,713 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-07-06 08:42:20,713 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-07-06 08:42:20,713 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-07-06 08:42:20,713 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-07-06 08:42:20,713 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-07-06 08:42:20,736 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:20,791 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@a355b: startup date [Fri Jul 06 08:42:20 CEST 2018]; root of context hierarchy 2018-07-06 08:42:20,805 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@a355b: startup date [Fri Jul 06 08:42:20 CEST 2018]; root of context hierarchy 2018-07-06 08:42:20,856 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:20,856 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:20,861 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-07-06 08:42:20,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:20,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-07-06 08:42:20,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject Admin 2018-07-06 08:42:20,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-07-06 08:42:20,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-07-06 08:42:20,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-07-06 08:42:20,929 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:20,929 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:20,930 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:20,933 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject deleteme 2018-07-06 08:42:20,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Subject deleteme 2018-07-06 08:42:20,946 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:20,946 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:20,946 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2018-07-06 08:42:20,956 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@a355b: startup date [Fri Jul 06 08:42:20 CEST 2018]; root of context hierarchy 2018-07-06 08:42:20,957 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:20,958 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: 0.811 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2018-07-06 08:42:20,962 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-07-06 08:42:20,962 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@761eaf72, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@237b93f5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@73ebf7cc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@440f434f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@47690183, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@38f2c6a0] 2018-07-06 08:42:20,963 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:20,999 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:21,016 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@148b13e5: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:21,058 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:21,070 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:21,070 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:21,105 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:21,108 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:21,203 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:21,208 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@148b13e5: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:21,209 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:21,214 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:21,214 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:21,217 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:21,219 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:21,227 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:21,231 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:21,232 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:21,235 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:21,237 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:21,238 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:21,240 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:21,242 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:21,244 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:21,246 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.031s). 2018-07-06 08:42:21,289 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:21,383 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:21,383 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:21,384 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:21,399 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:21,399 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:21,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:21,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:21,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:21,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:21,437 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:21,457 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-07-06 08:42:21,458 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-07-06 08:42:21,458 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-07-06 08:42:21,458 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-07-06 08:42:21,458 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-07-06 08:42:21,458 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-07-06 08:42:21,459 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-07-06 08:42:21,459 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-07-06 08:42:21,459 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-07-06 08:42:21,459 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-07-06 08:42:21,459 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-07-06 08:42:21,460 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-07-06 08:42:21,460 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-07-06 08:42:21,460 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-07-06 08:42:21,460 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-07-06 08:42:21,460 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-07-06 08:42:21,461 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-07-06 08:42:21,461 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-07-06 08:42:21,461 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-07-06 08:42:21,461 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-07-06 08:42:21,462 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-07-06 08:42:21,462 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-07-06 08:42:21,462 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-07-06 08:42:21,462 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-07-06 08:42:21,462 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,463 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-07-06 08:42:21,464 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-07-06 08:42:21,464 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-07-06 08:42:21,464 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-07-06 08:42:21,464 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-07-06 08:42:21,464 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-07-06 08:42:21,465 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-07-06 08:42:21,465 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-07-06 08:42:21,465 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-07-06 08:42:21,465 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-07-06 08:42:21,465 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-07-06 08:42:21,465 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-07-06 08:42:21,466 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-07-06 08:42:21,466 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-07-06 08:42:21,466 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-07-06 08:42:21,466 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-07-06 08:42:21,466 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-07-06 08:42:21,466 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-07-06 08:42:21,466 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-07-06 08:42:21,467 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-07-06 08:42:21,467 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-07-06 08:42:21,467 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-07-06 08:42:21,467 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-07-06 08:42:21,467 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-07-06 08:42:21,467 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-07-06 08:42:21,467 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-07-06 08:42:21,468 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-07-06 08:42:21,468 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-07-06 08:42:21,468 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-07-06 08:42:21,468 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-07-06 08:42:21,468 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-07-06 08:42:21,468 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-07-06 08:42:21,469 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-07-06 08:42:21,469 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-07-06 08:42:21,469 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-07-06 08:42:21,469 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-07-06 08:42:21,469 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-07-06 08:42:21,469 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-07-06 08:42:21,470 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-07-06 08:42:21,470 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-07-06 08:42:21,470 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-07-06 08:42:21,470 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-07-06 08:42:21,470 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,471 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-07-06 08:42:21,494 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:21,553 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@148b13e5: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:21,627 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@148b13e5: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:21,701 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:21,701 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:21,708 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:21,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:21,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-07-06 08:42:21,748 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-07-06 08:42:21,753 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:21,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:21,756 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:21,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:21,758 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:21,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:21,759 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:21,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:21,759 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:21,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:21,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:21,766 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:21,766 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:21,767 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:21,767 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:21,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:21,768 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:21,769 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:21,769 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:21,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:21,771 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:21,771 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:21,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:21,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:21,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:21,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:21,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:21,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:21,778 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,778 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,778 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,778 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,778 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,778 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,779 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,779 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,779 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,779 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:21,779 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:21,786 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:21,786 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:21,787 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:21,788 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:21,789 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:21,790 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:21,829 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:21,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission testPermission 2018-07-06 08:42:21,839 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2018-07-06 08:42:21,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission newName 2018-07-06 08:42:21,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-07-06 08:42:21,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-07-06 08:42:21,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-07-06 08:42:21,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission newName 2018-07-06 08:42:21,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-07-06 08:42:21,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-07-06 08:42:21,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-07-06 08:42:21,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:21,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:21,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:21,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-07-06 08:42:21,857 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@148b13e5: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:21,858 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:21,858 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.899 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2018-07-06 08:42:21,865 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-07-06 08:42:21,865 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@63cb1a9a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@37cb41fa, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@22587721, org.springframework.test.context.support.DirtiesContextTestExecutionListener@17aadd1c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2c0e0ab9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41274a53] 2018-07-06 08:42:21,866 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:21,902 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:21,920 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@20a7dc29: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:21,961 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:21,972 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:21,972 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:22,010 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:22,013 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:22,110 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:22,116 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@20a7dc29: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:22,117 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:22,122 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:22,123 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:22,125 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:22,127 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:22,135 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:22,139 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:22,141 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:22,143 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:22,145 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:22,147 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:22,149 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:22,151 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:22,153 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:22,155 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.032s). 2018-07-06 08:42:22,215 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:22,350 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:22,351 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:22,351 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:22,370 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:22,370 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:22,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:22,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:22,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:22,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:22,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:22,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:22,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:22,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:22,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:22,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:22,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:22,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:22,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:22,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:22,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:22,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:22,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:22,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:22,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:22,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:22,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:22,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:22,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:22,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:22,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:22,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:22,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:22,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:22,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:22,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:22,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:22,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:22,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:22,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:22,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:22,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:22,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:22,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:22,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:22,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:22,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:22,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:22,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:22,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:22,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:22,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:22,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:22,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:22,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:22,416 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:22,439 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-07-06 08:42:22,440 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-07-06 08:42:22,440 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-07-06 08:42:22,440 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-07-06 08:42:22,440 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-07-06 08:42:22,441 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-07-06 08:42:22,441 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-07-06 08:42:22,441 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-07-06 08:42:22,441 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-07-06 08:42:22,442 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-07-06 08:42:22,442 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-07-06 08:42:22,442 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-07-06 08:42:22,442 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-07-06 08:42:22,442 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-07-06 08:42:22,443 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-07-06 08:42:22,443 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-07-06 08:42:22,443 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-07-06 08:42:22,444 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-07-06 08:42:22,444 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-07-06 08:42:22,444 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-07-06 08:42:22,444 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-07-06 08:42:22,444 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-07-06 08:42:22,445 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-07-06 08:42:22,445 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-07-06 08:42:22,445 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-07-06 08:42:22,445 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-07-06 08:42:22,446 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-07-06 08:42:22,446 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-07-06 08:42:22,446 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-07-06 08:42:22,446 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-07-06 08:42:22,447 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-07-06 08:42:22,447 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-07-06 08:42:22,447 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-07-06 08:42:22,447 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-07-06 08:42:22,448 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-07-06 08:42:22,448 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-07-06 08:42:22,448 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-07-06 08:42:22,448 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-07-06 08:42:22,449 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-07-06 08:42:22,449 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-07-06 08:42:22,449 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-07-06 08:42:22,449 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-07-06 08:42:22,450 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-07-06 08:42:22,450 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-07-06 08:42:22,450 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-07-06 08:42:22,450 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-07-06 08:42:22,451 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-07-06 08:42:22,451 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-07-06 08:42:22,451 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-07-06 08:42:22,451 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-07-06 08:42:22,452 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-07-06 08:42:22,452 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-07-06 08:42:22,452 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-07-06 08:42:22,452 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-07-06 08:42:22,453 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-07-06 08:42:22,453 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-07-06 08:42:22,453 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-07-06 08:42:22,453 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-07-06 08:42:22,453 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-07-06 08:42:22,454 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-07-06 08:42:22,454 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-07-06 08:42:22,454 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-07-06 08:42:22,455 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-07-06 08:42:22,455 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-07-06 08:42:22,455 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-07-06 08:42:22,456 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-07-06 08:42:22,456 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-07-06 08:42:22,456 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-07-06 08:42:22,456 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-07-06 08:42:22,456 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-07-06 08:42:22,457 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-07-06 08:42:22,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-07-06 08:42:22,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-07-06 08:42:22,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-07-06 08:42:22,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-07-06 08:42:22,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-07-06 08:42:22,458 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-07-06 08:42:22,458 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-07-06 08:42:22,459 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-07-06 08:42:22,459 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-07-06 08:42:22,459 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-07-06 08:42:22,459 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-07-06 08:42:22,460 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-07-06 08:42:22,489 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:22,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20a7dc29: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:22,583 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20a7dc29: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:22,644 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:22,644 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:22,650 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:22,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:22,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-07-06 08:42:22,693 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-07-06 08:42:22,699 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:22,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:22,703 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:22,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:22,706 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:22,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:22,706 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:22,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:22,707 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:22,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:22,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:22,713 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:22,714 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:22,714 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:22,714 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:22,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:22,716 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:22,717 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:22,717 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:22,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:22,718 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:22,718 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:22,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:22,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:22,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:22,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:22,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:22,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:22,725 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,725 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,726 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,726 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,726 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,726 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,726 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,726 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,727 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,727 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:22,727 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:22,735 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:22,736 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:22,736 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:22,738 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:22,739 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:22,740 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:22,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-07-06 08:42:22,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Group Administrator 2018-07-06 08:42:22,797 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:22,797 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:22,798 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:22,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group deleteme 2018-07-06 08:42:22,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Group deleteme 2018-07-06 08:42:22,812 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:22,812 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:22,814 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-07-06 08:42:22,824 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@20a7dc29: startup date [Fri Jul 06 08:42:21 CEST 2018]; root of context hierarchy 2018-07-06 08:42:22,826 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:22,826 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: 0.968 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest 2018-07-06 08:42:22,833 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-07-06 08:42:22,833 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2c28414b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@65f653f0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f5a8ea5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@524d3e47, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3c810f5c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b3fa2ef] 2018-07-06 08:42:22,834 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:22,877 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:22,898 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@fb268b: startup date [Fri Jul 06 08:42:22 CEST 2018]; root of context hierarchy 2018-07-06 08:42:22,951 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:22,964 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:22,965 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:23,003 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:23,006 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:23,108 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:23,113 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@fb268b: startup date [Fri Jul 06 08:42:22 CEST 2018]; root of context hierarchy 2018-07-06 08:42:23,115 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:23,119 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:23,120 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:23,123 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:23,125 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:23,133 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:23,137 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:23,139 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:23,142 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:23,144 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:23,145 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:23,147 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:23,149 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:23,152 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:23,154 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.033s). 2018-07-06 08:42:23,196 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:23,294 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:23,295 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:23,295 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:23,310 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:23,311 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:23,363 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:23,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:23,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:23,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:23,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:23,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:23,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:23,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:23,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:23,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:23,379 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:23,400 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-07-06 08:42:23,400 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-07-06 08:42:23,400 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-07-06 08:42:23,400 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-07-06 08:42:23,400 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-07-06 08:42:23,401 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-07-06 08:42:23,401 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-07-06 08:42:23,401 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-07-06 08:42:23,401 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-07-06 08:42:23,401 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-07-06 08:42:23,402 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-07-06 08:42:23,402 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-07-06 08:42:23,402 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-07-06 08:42:23,402 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-07-06 08:42:23,402 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-07-06 08:42:23,402 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-07-06 08:42:23,402 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-07-06 08:42:23,403 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-07-06 08:42:23,403 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-07-06 08:42:23,403 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-07-06 08:42:23,403 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-07-06 08:42:23,403 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-07-06 08:42:23,403 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-07-06 08:42:23,404 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-07-06 08:42:23,404 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-07-06 08:42:23,404 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-07-06 08:42:23,404 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-07-06 08:42:23,404 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-07-06 08:42:23,404 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-07-06 08:42:23,405 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-07-06 08:42:23,405 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-07-06 08:42:23,405 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-07-06 08:42:23,405 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-07-06 08:42:23,405 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-07-06 08:42:23,405 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-07-06 08:42:23,406 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-07-06 08:42:23,406 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-07-06 08:42:23,406 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-07-06 08:42:23,406 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-07-06 08:42:23,406 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,407 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-07-06 08:42:23,408 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-07-06 08:42:23,408 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-07-06 08:42:23,408 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-07-06 08:42:23,408 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-07-06 08:42:23,408 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-07-06 08:42:23,409 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-07-06 08:42:23,409 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-07-06 08:42:23,409 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-07-06 08:42:23,409 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-07-06 08:42:23,409 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-07-06 08:42:23,409 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-07-06 08:42:23,410 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-07-06 08:42:23,410 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-07-06 08:42:23,410 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-07-06 08:42:23,410 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-07-06 08:42:23,410 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-07-06 08:42:23,411 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-07-06 08:42:23,411 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-07-06 08:42:23,411 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-07-06 08:42:23,411 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-07-06 08:42:23,411 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-07-06 08:42:23,411 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-07-06 08:42:23,412 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-07-06 08:42:23,412 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-07-06 08:42:23,412 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-07-06 08:42:23,412 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-07-06 08:42:23,412 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-07-06 08:42:23,412 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-07-06 08:42:23,413 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-07-06 08:42:23,413 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-07-06 08:42:23,413 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-07-06 08:42:23,413 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-07-06 08:42:23,413 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-07-06 08:42:23,413 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-07-06 08:42:23,414 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-07-06 08:42:23,440 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:23,501 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@fb268b: startup date [Fri Jul 06 08:42:22 CEST 2018]; root of context hierarchy 2018-07-06 08:42:23,516 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@fb268b: startup date [Fri Jul 06 08:42:22 CEST 2018]; root of context hierarchy 2018-07-06 08:42:23,571 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:23,571 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:23,576 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-07-06 08:42:23,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:23,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-07-06 08:42:23,613 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-07-06 08:42:23,618 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:23,619 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:23,621 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:23,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:23,623 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:23,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:23,624 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:23,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:23,624 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:23,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:23,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:23,630 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:23,631 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:23,632 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:23,632 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:23,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:23,633 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:23,634 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:23,634 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:23,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:23,635 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:23,635 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:23,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:23,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:23,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:23,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:23,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:23,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:23,642 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,642 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,642 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,642 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:23,643 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:23,652 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:23,652 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:23,653 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:23,654 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:23,655 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:23,656 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:23,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-07-06 08:42:23,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-07-06 08:42:23,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-07-06 08:42:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-07-06 08:42:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-07-06 08:42:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-07-06 08:42:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-07-06 08:42:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-07-06 08:42:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-07-06 08:42:23,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-07-06 08:42:23,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-07-06 08:42:23,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-07-06 08:42:23,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-07-06 08:42:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-07-06 08:42:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-07-06 08:42:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-07-06 08:42:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-07-06 08:42:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-07-06 08:42:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-07-06 08:42:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-07-06 08:42:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-07-06 08:42:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-07-06 08:42:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-07-06 08:42:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-07-06 08:42:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-07-06 08:42:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-07-06 08:42:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-07-06 08:42:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-07-06 08:42:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-07-06 08:42:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-07-06 08:42:23,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-07-06 08:42:23,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-07-06 08:42:23,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-07-06 08:42:23,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-07-06 08:42:23,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-07-06 08:42:23,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-07-06 08:42:23,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-07-06 08:42:23,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-07-06 08:42:23,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-07-06 08:42:23,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-07-06 08:42:23,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-07-06 08:42:23,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-07-06 08:42:23,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-07-06 08:42:23,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-07-06 08:42:23,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-07-06 08:42:23,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-07-06 08:42:23,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-07-06 08:42:23,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-07-06 08:42:23,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-07-06 08:42:23,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-07-06 08:42:23,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-07-06 08:42:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-07-06 08:42:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-07-06 08:42:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-07-06 08:42:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-07-06 08:42:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-07-06 08:42:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-07-06 08:42:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-07-06 08:42:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-07-06 08:42:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-07-06 08:42:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-07-06 08:42:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-07-06 08:42:23,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-07-06 08:42:23,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2018-07-06 08:42:23,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.encoding 2018-07-06 08:42:23,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2018-07-06 08:42:23,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.documentDir 2018-07-06 08:42:23,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2018-07-06 08:42:23,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.wwwDir 2018-07-06 08:42:23,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2018-07-06 08:42:23,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2018-07-06 08:42:23,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.name 2018-07-06 08:42:23,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2018-07-06 08:42:23,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUser 2018-07-06 08:42:23,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexConfig 2018-07-06 08:42:23,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2018-07-06 08:42:23,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2018-07-06 08:42:23,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2018-07-06 08:42:23,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheStatistics 2018-07-06 08:42:23,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailPort 2018-07-06 08:42:23,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.appendTabId 2018-07-06 08:42:23,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.service-path 2018-07-06 08:42:23,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.template 2018-07-06 08:42:23,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2018-07-06 08:42:23,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheEnabled 2018-07-06 08:42:23,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2018-07-06 08:42:23,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.timeZone 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.host 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.locale 2018-07-06 08:42:23,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2018-07-06 08:42:23,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2018-07-06 08:42:23,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2018-07-06 08:42:23,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2018-07-06 08:42:23,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailHost 2018-07-06 08:42:23,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2018-07-06 08:42:23,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2018-07-06 08:42:23,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPage 2018-07-06 08:42:23,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2018-07-06 08:42:23,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2018-07-06 08:42:23,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2018-07-06 08:42:23,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapHost 2018-07-06 08:42:23,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2018-07-06 08:42:23,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2018-07-06 08:42:23,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2018-07-06 08:42:23,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2018-07-06 08:42:23,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheClearOnShutdown 2018-07-06 08:42:23,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2018-07-06 08:42:23,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.assetsDir 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authApplication 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheExceptions 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPage 2018-07-06 08:42:23,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.manager-path 2018-07-06 08:42:23,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheBlockingTimeout 2018-07-06 08:42:23,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexDir 2018-07-06 08:42:23,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2018-07-06 08:42:23,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2018-07-06 08:42:23,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPages 2018-07-06 08:42:23,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2018-07-06 08:42:23,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site anotherSite 2018-07-06 08:42:23,770 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-07-06 08:42:23,770 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-07-06 08:42:23,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Assigned application demo-application to site localhost 2018-07-06 08:42:23,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-07-06 08:42:23,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-07-06 08:42:23,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-07-06 08:42:23,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-07-06 08:42:23,936 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-07-06 08:42:23,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-07-06 08:42:23,979 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2018-07-06 08:42:23,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Removed application demo-application from site localhost 2018-07-06 08:42:23,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-07-06 08:42:23,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-07-06 08:42:23,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-07-06 08:42:23,988 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@fb268b: startup date [Fri Jul 06 08:42:22 CEST 2018]; root of context hierarchy 2018-07-06 08:42:23,990 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:23,990 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.163 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2018-07-06 08:42:23,996 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-07-06 08:42:23,996 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@654ca409, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@75a1841a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@377db4f4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1b00f13, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1dc9fc0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@78a45ab5] 2018-07-06 08:42:23,997 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:24,033 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:24,051 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@22249b41: startup date [Fri Jul 06 08:42:24 CEST 2018]; root of context hierarchy 2018-07-06 08:42:24,098 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:24,111 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:24,111 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:24,156 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:24,159 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:24,258 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:24,263 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@22249b41: startup date [Fri Jul 06 08:42:24 CEST 2018]; root of context hierarchy 2018-07-06 08:42:24,265 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:24,270 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:24,271 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:24,273 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:24,275 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:24,282 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:24,286 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:24,288 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:24,290 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:24,292 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:24,294 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:24,296 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:24,298 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:24,300 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:24,302 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.031s). 2018-07-06 08:42:24,349 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:24,454 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:24,454 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:24,455 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:24,472 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:24,473 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:24,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:24,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:24,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:24,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:24,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:24,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:24,510 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:24,529 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-07-06 08:42:24,529 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-07-06 08:42:24,529 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-07-06 08:42:24,530 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-07-06 08:42:24,530 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-07-06 08:42:24,530 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-07-06 08:42:24,530 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-07-06 08:42:24,530 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-07-06 08:42:24,530 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,531 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-07-06 08:42:24,532 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-07-06 08:42:24,532 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-07-06 08:42:24,532 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-07-06 08:42:24,532 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-07-06 08:42:24,532 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-07-06 08:42:24,532 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-07-06 08:42:24,532 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,533 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-07-06 08:42:24,534 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-07-06 08:42:24,534 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-07-06 08:42:24,534 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-07-06 08:42:24,534 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-07-06 08:42:24,534 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-07-06 08:42:24,534 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,535 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,536 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-07-06 08:42:24,537 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-07-06 08:42:24,537 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-07-06 08:42:24,537 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-07-06 08:42:24,537 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-07-06 08:42:24,537 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-07-06 08:42:24,537 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-07-06 08:42:24,537 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-07-06 08:42:24,538 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-07-06 08:42:24,538 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-07-06 08:42:24,538 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-07-06 08:42:24,538 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-07-06 08:42:24,538 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-07-06 08:42:24,538 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,539 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-07-06 08:42:24,540 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-07-06 08:42:24,540 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-07-06 08:42:24,540 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-07-06 08:42:24,540 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-07-06 08:42:24,540 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-07-06 08:42:24,565 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:24,621 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@22249b41: startup date [Fri Jul 06 08:42:24 CEST 2018]; root of context hierarchy 2018-07-06 08:42:24,635 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@22249b41: startup date [Fri Jul 06 08:42:24 CEST 2018]; root of context hierarchy 2018-07-06 08:42:24,685 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:24,685 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:24,691 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:24,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:24,701 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:24,701 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:24,702 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:24,718 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:24,718 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:24,733 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-07-06 08:42:24,735 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-07-06 08:42:24,735 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-07-06 08:42:24,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG HSQL 2018-07-06 08:42:24,744 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-07-06 08:42:24,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MYSQL 2018-07-06 08:42:24,746 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-07-06 08:42:24,746 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-07-06 08:42:24,746 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-07-06 08:42:24,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MSSQL 2018-07-06 08:42:24,748 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-07-06 08:42:24,748 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-07-06 08:42:24,748 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-07-06 08:42:25,711 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:25,711 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:25,712 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:25,712 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:25,713 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:25,713 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:25,729 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:25,729 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:25,743 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:25,745 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-07-06 08:42:25,745 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-07-06 08:42:25,747 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-07-06 08:42:25,749 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-07-06 08:42:25,750 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-07-06 08:42:26,449 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:26,449 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:26,450 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:26,453 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:26,453 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:27,183 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:27,184 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:27,184 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2018-07-06 08:42:27,188 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:27,188 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:27,911 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@22249b41: startup date [Fri Jul 06 08:42:24 CEST 2018]; root of context hierarchy 2018-07-06 08:42:27,912 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:27,912 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: 3.922 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2018-07-06 08:42:27,917 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-07-06 08:42:27,917 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@47e1255c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5de29c1e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@b4e52a4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7c66040f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3263151a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7ba87d24] 2018-07-06 08:42:27,918 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:27,951 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:27,968 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Fri Jul 06 08:42:27 CEST 2018]; root of context hierarchy 2018-07-06 08:42:28,012 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:28,025 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:28,025 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:28,060 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:28,063 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:28,173 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:28,179 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Fri Jul 06 08:42:27 CEST 2018]; root of context hierarchy 2018-07-06 08:42:28,181 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:28,187 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-07-06 08:42:28,188 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:28,191 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:28,194 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:28,203 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:28,207 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:28,210 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:28,213 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:28,215 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:28,218 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:28,220 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:28,223 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:28,226 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:28,228 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.039s). 2018-07-06 08:42:28,290 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:28,449 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:28,450 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:28,450 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:28,468 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:28,468 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:28,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:28,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:28,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:28,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:28,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:28,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:28,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:28,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:28,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:28,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:28,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:28,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:28,506 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:28,526 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-07-06 08:42:28,526 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-07-06 08:42:28,526 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-07-06 08:42:28,526 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-07-06 08:42:28,526 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-07-06 08:42:28,527 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-07-06 08:42:28,527 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-07-06 08:42:28,527 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-07-06 08:42:28,527 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-07-06 08:42:28,527 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-07-06 08:42:28,528 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-07-06 08:42:28,528 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-07-06 08:42:28,528 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-07-06 08:42:28,528 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-07-06 08:42:28,528 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-07-06 08:42:28,528 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-07-06 08:42:28,528 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-07-06 08:42:28,529 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-07-06 08:42:28,529 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-07-06 08:42:28,529 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-07-06 08:42:28,529 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-07-06 08:42:28,529 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-07-06 08:42:28,530 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-07-06 08:42:28,530 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-07-06 08:42:28,530 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-07-06 08:42:28,530 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-07-06 08:42:28,530 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-07-06 08:42:28,530 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-07-06 08:42:28,531 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-07-06 08:42:28,531 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-07-06 08:42:28,531 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-07-06 08:42:28,531 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-07-06 08:42:28,531 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-07-06 08:42:28,532 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-07-06 08:42:28,532 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-07-06 08:42:28,532 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-07-06 08:42:28,532 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-07-06 08:42:28,532 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-07-06 08:42:28,533 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-07-06 08:42:28,533 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-07-06 08:42:28,533 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-07-06 08:42:28,533 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-07-06 08:42:28,533 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-07-06 08:42:28,533 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-07-06 08:42:28,533 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-07-06 08:42:28,534 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-07-06 08:42:28,534 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-07-06 08:42:28,534 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-07-06 08:42:28,534 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-07-06 08:42:28,534 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-07-06 08:42:28,534 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-07-06 08:42:28,535 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-07-06 08:42:28,535 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-07-06 08:42:28,535 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-07-06 08:42:28,535 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-07-06 08:42:28,535 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-07-06 08:42:28,535 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-07-06 08:42:28,536 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-07-06 08:42:28,536 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-07-06 08:42:28,536 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-07-06 08:42:28,536 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-07-06 08:42:28,536 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-07-06 08:42:28,537 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-07-06 08:42:28,537 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-07-06 08:42:28,537 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-07-06 08:42:28,537 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-07-06 08:42:28,537 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-07-06 08:42:28,537 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-07-06 08:42:28,538 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-07-06 08:42:28,538 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-07-06 08:42:28,538 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-07-06 08:42:28,538 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-07-06 08:42:28,538 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-07-06 08:42:28,539 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-07-06 08:42:28,539 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-07-06 08:42:28,539 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-07-06 08:42:28,539 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-07-06 08:42:28,539 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-07-06 08:42:28,540 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-07-06 08:42:28,540 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-07-06 08:42:28,540 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-07-06 08:42:28,540 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-07-06 08:42:28,540 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-07-06 08:42:28,566 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:28,627 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Fri Jul 06 08:42:27 CEST 2018]; root of context hierarchy 2018-07-06 08:42:28,643 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Fri Jul 06 08:42:27 CEST 2018]; root of context hierarchy 2018-07-06 08:42:28,699 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:28,699 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:28,705 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-07-06 08:42:28,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:28,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-07-06 08:42:28,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-07-06 08:42:28,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-07-06 08:42:28,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-07-06 08:42:28,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-07-06 08:42:28,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-07-06 08:42:28,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-07-06 08:42:28,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-07-06 08:42:28,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-07-06 08:42:28,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-07-06 08:42:28,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-07-06 08:42:28,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-07-06 08:42:28,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-07-06 08:42:28,726 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-07-06 08:42:28,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-07-06 08:42:28,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-07-06 08:42:28,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-07-06 08:42:28,727 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-07-06 08:42:28,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-07-06 08:42:28,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost 2018-07-06 08:42:28,779 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:28,779 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:28,780 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:28,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef 2018-07-06 08:42:28,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-07-06 08:42:28,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout 2018-07-06 08:42:28,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2018-07-06 08:42:28,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost 2018-07-06 08:42:28,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-07-06 08:42:28,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain 2018-07-06 08:42:28,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2018-07-06 08:42:28,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-07-06 08:42:28,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name 2018-07-06 08:42:28,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-07-06 08:42:28,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions 2018-07-06 08:42:28,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir 2018-07-06 08:42:28,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage 2018-07-06 08:42:28,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme 2018-07-06 08:42:28,812 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2018-07-06 08:42:28,820 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-07-06 08:42:28,821 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2018-07-06 08:42:28,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-07-06 08:42:28,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId 2018-07-06 08:42:28,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir 2018-07-06 08:42:28,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication 2018-07-06 08:42:28,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage 2018-07-06 08:42:28,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef 2018-07-06 08:42:28,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-07-06 08:42:28,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-07-06 08:42:28,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2018-07-06 08:42:28,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2018-07-06 08:42:28,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-07-06 08:42:28,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-07-06 08:42:28,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-07-06 08:42:28,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication 2018-07-06 08:42:28,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage 2018-07-06 08:42:28,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2018-07-06 08:42:28,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir 2018-07-06 08:42:28,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-07-06 08:42:28,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-07-06 08:42:28,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-07-06 08:42:28,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-07-06 08:42:28,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-07-06 08:42:28,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding 2018-07-06 08:42:28,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-07-06 08:42:28,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage 2018-07-06 08:42:28,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages 2018-07-06 08:42:28,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host 2018-07-06 08:42:28,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig 2018-07-06 08:42:28,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir 2018-07-06 08:42:28,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-07-06 08:42:28,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2018-07-06 08:42:28,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2018-07-06 08:42:28,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout 2018-07-06 08:42:28,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain 2018-07-06 08:42:28,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-07-06 08:42:28,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost 2018-07-06 08:42:28,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-07-06 08:42:28,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword 2018-07-06 08:42:28,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-07-06 08:42:28,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2018-07-06 08:42:28,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser 2018-07-06 08:42:28,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-07-06 08:42:28,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale 2018-07-06 08:42:28,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled 2018-07-06 08:42:28,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost 2018-07-06 08:42:28,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort 2018-07-06 08:42:28,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path 2018-07-06 08:42:28,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name 2018-07-06 08:42:28,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2018-07-06 08:42:28,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2018-07-06 08:42:28,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2018-07-06 08:42:28,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path 2018-07-06 08:42:28,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-07-06 08:42:28,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2018-07-06 08:42:28,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir 2018-07-06 08:42:28,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2018-07-06 08:42:28,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2018-07-06 08:42:28,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix 2018-07-06 08:42:28,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template 2018-07-06 08:42:28,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone 2018-07-06 08:42:28,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir 2018-07-06 08:42:28,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions 2018-07-06 08:42:28,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme 2018-07-06 08:42:28,837 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:28,837 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:28,838 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-07-06 08:42:28,847 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@20acb87: startup date [Fri Jul 06 08:42:27 CEST 2018]; root of context hierarchy 2018-07-06 08:42:28,848 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:28,848 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: 0.935 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2018-07-06 08:42:28,853 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-07-06 08:42:28,853 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@825ab3a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4d59ba57, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3df8a0d8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@491e892a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6c479748, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ccc0395] 2018-07-06 08:42:28,854 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-07-06 08:42:28,890 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-07-06 08:42:28,908 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Fri Jul 06 08:42:28 CEST 2018]; root of context hierarchy 2018-07-06 08:42:28,955 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-07-06 08:42:28,968 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:28,968 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-07-06 08:42:29,003 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-07-06 08:42:29,006 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-07-06 08:42:29,088 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:29,093 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Fri Jul 06 08:42:28 CEST 2018]; root of context hierarchy 2018-07-06 08:42:29,094 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:29,098 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-07-06 08:42:29,099 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-07-06 08:42:29,101 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-07-06 08:42:29,102 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-07-06 08:42:29,109 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-07-06 08:42:29,113 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-07-06 08:42:29,114 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-07-06 08:42:29,116 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-07-06 08:42:29,118 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-07-06 08:42:29,120 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-07-06 08:42:29,122 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-07-06 08:42:29,124 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-07-06 08:42:29,125 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-07-06 08:42:29,127 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.028s). 2018-07-06 08:42:29,172 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-07-06 08:42:29,262 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-07-06 08:42:29,262 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:29,262 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:29,278 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-07-06 08:42:29,278 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-07-06 08:42:29,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-07-06 08:42:29,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-07-06 08:42:29,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-07-06 08:42:29,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-07-06 08:42:29,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-07-06 08:42:29,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-07-06 08:42:29,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-07-06 08:42:29,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-07-06 08:42:29,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-07-06 08:42:29,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-07-06 08:42:29,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-07-06 08:42:29,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-07-06 08:42:29,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-07-06 08:42:29,310 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-07-06 08:42:29,327 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-07-06 08:42:29,327 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-07-06 08:42:29,327 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-07-06 08:42:29,327 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-07-06 08:42:29,327 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-07-06 08:42:29,327 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-07-06 08:42:29,328 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-07-06 08:42:29,328 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-07-06 08:42:29,328 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-07-06 08:42:29,328 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-07-06 08:42:29,328 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-07-06 08:42:29,329 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-07-06 08:42:29,329 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-07-06 08:42:29,329 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-07-06 08:42:29,329 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-07-06 08:42:29,329 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-07-06 08:42:29,329 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-07-06 08:42:29,329 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-07-06 08:42:29,330 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-07-06 08:42:29,330 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-07-06 08:42:29,330 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-07-06 08:42:29,330 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-07-06 08:42:29,330 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-07-06 08:42:29,330 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,331 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-07-06 08:42:29,332 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-07-06 08:42:29,332 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-07-06 08:42:29,332 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-07-06 08:42:29,332 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-07-06 08:42:29,332 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-07-06 08:42:29,333 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-07-06 08:42:29,333 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-07-06 08:42:29,333 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-07-06 08:42:29,333 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-07-06 08:42:29,333 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-07-06 08:42:29,333 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,334 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-07-06 08:42:29,335 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-07-06 08:42:29,335 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-07-06 08:42:29,335 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-07-06 08:42:29,335 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-07-06 08:42:29,335 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-07-06 08:42:29,335 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-07-06 08:42:29,335 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-07-06 08:42:29,336 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-07-06 08:42:29,336 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-07-06 08:42:29,336 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-07-06 08:42:29,336 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-07-06 08:42:29,336 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-07-06 08:42:29,336 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-07-06 08:42:29,337 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-07-06 08:42:29,337 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-07-06 08:42:29,337 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-07-06 08:42:29,337 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-07-06 08:42:29,337 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-07-06 08:42:29,337 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-07-06 08:42:29,338 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-07-06 08:42:29,338 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-07-06 08:42:29,338 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-07-06 08:42:29,338 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-07-06 08:42:29,338 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-07-06 08:42:29,338 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-07-06 08:42:29,339 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-07-06 08:42:29,339 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-07-06 08:42:29,339 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-07-06 08:42:29,339 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-07-06 08:42:29,339 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-07-06 08:42:29,339 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-07-06 08:42:29,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-07-06 08:42:29,362 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-07-06 08:42:29,418 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Fri Jul 06 08:42:28 CEST 2018]; root of context hierarchy 2018-07-06 08:42:29,433 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Fri Jul 06 08:42:28 CEST 2018]; root of context hierarchy 2018-07-06 08:42:29,483 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-07-06 08:42:29,483 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-07-06 08:42:29,488 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-07-06 08:42:29,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-07-06 08:42:29,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-07-06 08:42:29,519 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-07-06 08:42:29,523 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-07-06 08:42:29,524 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-07-06 08:42:29,526 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-07-06 08:42:29,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-07-06 08:42:29,527 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-07-06 08:42:29,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-07-06 08:42:29,528 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-07-06 08:42:29,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-07-06 08:42:29,528 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-07-06 08:42:29,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-07-06 08:42:29,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-07-06 08:42:29,533 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-07-06 08:42:29,534 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-07-06 08:42:29,534 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:29,534 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-07-06 08:42:29,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-07-06 08:42:29,535 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-07-06 08:42:29,536 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-07-06 08:42:29,536 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-07-06 08:42:29,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-07-06 08:42:29,537 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-07-06 08:42:29,537 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-07-06 08:42:29,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-07-06 08:42:29,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-07-06 08:42:29,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-07-06 08:42:29,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-07-06 08:42:29,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-07-06 08:42:29,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-07-06 08:42:29,542 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,543 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,544 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-07-06 08:42:29,544 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-07-06 08:42:29,549 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-07-06 08:42:29,550 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-07-06 08:42:29,551 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-07-06 08:42:29,552 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-07-06 08:42:29,552 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-07-06 08:42:29,553 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-07-06 08:42:29,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor 2018-07-06 08:42:29,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor 2018-07-06 08:42:29,610 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@14ca80b4: startup date [Fri Jul 06 08:42:28 CEST 2018]; root of context hierarchy 2018-07-06 08:42:29,612 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-07-06 08:42:29,612 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.763 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-RC1] [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-RC1] [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-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [59 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.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-RC1/appng-appngizer-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-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-RC1/appng-appngizer-1.18.0-RC1.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-RC1/appng-appngizer-1.18.0-RC1.war (120 kB at 198 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.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-RC1/appng-appngizer-1.18.0-RC1.pom (7.7 kB at 208 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 19 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 5.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-javadoc.jar Progress (1): 2.0/264 kB Progress (1): 4.1/264 kB Progress (1): 6.1/264 kB Progress (1): 8.2/264 kB Progress (1): 10/264 kB Progress (1): 12/264 kB Progress (1): 14/264 kB Progress (1): 16/264 kB Progress (1): 18/264 kB Progress (1): 20/264 kB Progress (1): 23/264 kB Progress (1): 25/264 kB Progress (1): 27/264 kB Progress (1): 29/264 kB Progress (1): 31/264 kB Progress (1): 33/264 kB Progress (1): 35/264 kB Progress (1): 37/264 kB Progress (1): 39/264 kB Progress (1): 41/264 kB Progress (1): 43/264 kB Progress (1): 45/264 kB Progress (1): 47/264 kB Progress (1): 49/264 kB Progress (1): 51/264 kB Progress (1): 53/264 kB Progress (1): 55/264 kB Progress (1): 57/264 kB Progress (1): 59/264 kB Progress (1): 61/264 kB Progress (1): 63/264 kB Progress (1): 66/264 kB Progress (1): 68/264 kB Progress (1): 70/264 kB Progress (1): 72/264 kB Progress (1): 74/264 kB Progress (1): 76/264 kB Progress (1): 78/264 kB Progress (1): 80/264 kB Progress (1): 82/264 kB Progress (1): 84/264 kB Progress (1): 86/264 kB Progress (1): 88/264 kB Progress (1): 90/264 kB Progress (1): 92/264 kB Progress (1): 94/264 kB Progress (1): 96/264 kB Progress (1): 98/264 kB Progress (1): 100/264 kB Progress (1): 102/264 kB Progress (1): 104/264 kB Progress (1): 106/264 kB Progress (1): 109/264 kB Progress (1): 111/264 kB Progress (1): 113/264 kB Progress (1): 115/264 kB Progress (1): 117/264 kB Progress (1): 119/264 kB Progress (1): 121/264 kB Progress (1): 123/264 kB Progress (1): 125/264 kB Progress (1): 127/264 kB Progress (1): 129/264 kB Progress (1): 131/264 kB Progress (1): 133/264 kB Progress (1): 135/264 kB Progress (1): 137/264 kB Progress (1): 139/264 kB Progress (1): 141/264 kB Progress (1): 143/264 kB Progress (1): 145/264 kB Progress (1): 147/264 kB Progress (1): 150/264 kB Progress (1): 152/264 kB Progress (1): 154/264 kB Progress (1): 156/264 kB Progress (1): 158/264 kB Progress (1): 160/264 kB Progress (1): 162/264 kB Progress (1): 164/264 kB Progress (1): 166/264 kB Progress (1): 168/264 kB Progress (1): 170/264 kB Progress (1): 172/264 kB Progress (1): 174/264 kB Progress (1): 176/264 kB Progress (1): 178/264 kB Progress (1): 180/264 kB Progress (1): 182/264 kB Progress (1): 184/264 kB Progress (1): 186/264 kB Progress (1): 188/264 kB Progress (1): 190/264 kB Progress (1): 193/264 kB Progress (1): 195/264 kB Progress (1): 197/264 kB Progress (1): 199/264 kB Progress (1): 201/264 kB Progress (1): 203/264 kB Progress (1): 205/264 kB Progress (1): 207/264 kB Progress (1): 209/264 kB Progress (1): 211/264 kB Progress (1): 213/264 kB Progress (1): 215/264 kB Progress (1): 217/264 kB Progress (1): 219/264 kB Progress (1): 221/264 kB Progress (1): 223/264 kB Progress (1): 225/264 kB Progress (1): 227/264 kB Progress (1): 229/264 kB Progress (1): 231/264 kB Progress (1): 233/264 kB Progress (1): 236/264 kB Progress (1): 238/264 kB Progress (1): 240/264 kB Progress (1): 242/264 kB Progress (1): 244/264 kB Progress (1): 246/264 kB Progress (1): 248/264 kB Progress (1): 250/264 kB Progress (1): 252/264 kB Progress (1): 254/264 kB Progress (1): 256/264 kB Progress (1): 258/264 kB Progress (1): 260/264 kB Progress (1): 262/264 kB Progress (1): 264 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-javadoc.jar (264 kB at 2.4 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-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-RC1/appng-appngizer-1.18.0-RC1-sources.jar (59 kB at 866 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 346 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (346 B at 13 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-appngizer --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.18.0-RC1 [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-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.jar (16 kB at 141 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom (4.1 kB at 140 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 62 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 85 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 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 39 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 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-javadoc.jar (34 kB at 382 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 85 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 39 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-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-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar (8.7 kB at 146 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 93 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 934 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (934 B at 41 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.18.0-RC1 [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.156 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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.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-RC1/appng-camunda-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-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-RC1/appng-camunda-1.18.0-RC1.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-RC1/appng-camunda-1.18.0-RC1.jar (6.3 kB at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.pom (2.0 kB at 65 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 23 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 6.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-javadoc.jar Progress (1): 2.0/28 kB Progress (1): 4.1/28 kB Progress (1): 6.1/28 kB Progress (1): 8.2/28 kB Progress (1): 10/28 kB Progress (1): 12/28 kB Progress (1): 14/28 kB Progress (1): 16/28 kB Progress (1): 18/28 kB Progress (1): 20/28 kB Progress (1): 23/28 kB Progress (1): 25/28 kB Progress (1): 27/28 kB Progress (1): 28 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-javadoc.jar (28 kB at 181 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-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-RC1/appng-camunda-1.18.0-RC1-sources.jar (4.8 kB at 70 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 344 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (344 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.18.0-RC1 [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-RC1] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [1497 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.18.0-RC1.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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.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-RC1/appng-application-camunda-1.18.0-RC1.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-RC1/appng-application-camunda-1.18.0-RC1.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 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.war (104 MB at 27 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.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-RC1/appng-application-camunda-1.18.0-RC1.pom (2.1 kB at 56 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 356 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (356 B at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 356 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (356 B at 32 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 356 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (356 B at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 356 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (356 B at 6.6 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application-camunda --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.18.0-RC1 [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.188 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.581 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-RC1.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... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - Error fetching URL: http://assertj.org/assertj-core/apidocs/ [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 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 net.sf.jmimemagic:jmimemagic:jar:0.1.5 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-RC1.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.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-RC1/appng-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-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-RC1/appng-maven-plugin-1.18.0-RC1.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-RC1/appng-maven-plugin-1.18.0-RC1.jar (512 kB at 4.2 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.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-RC1/appng-maven-plugin-1.18.0-RC1.pom (5.4 kB at 150 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 20 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 32 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml Progress (1): 283 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml (283 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 5.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml Progress (1): 283 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml (283 B at 9.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-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-RC1/appng-maven-plugin-1.18.0-RC1-javadoc.jar (36 kB at 339 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-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-RC1/appng-maven-plugin-1.18.0-RC1-sources.jar (10 kB at 131 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 381 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (381 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.18.0-RC1 [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-07-06 08:43:32,274 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:32,274 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:32,274 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:32,274 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:32,274 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:32,275 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:32,278 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:32,279 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:32,300 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-07-06 08:43:32,300 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-07-06 08:43:32,301 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-07-06 08:43:32,301 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-07-06 08:43:32,301 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-07-06 08:43:32,302 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-07-06 08:43:32,302 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-07-06 08:43:32,302 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-07-06 08:43:32,302 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNGizer.log 2018-07-06 08:43:32,302 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-07-06 08:43:32,303 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-07-06 08:43:32,303 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-07-06 08:43:32,303 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-07-06 08:43:32,303 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-07-06 08:43:32,304 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-07-06 08:43:32,304 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-07-06 08:43:32,304 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-07-06 08:43:32,304 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-07-06 08:43:32,305 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-07-06 08:43:32,305 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-07-06 08:43:32,305 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-07-06 08:43:32,305 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-07-06 08:43:32,306 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-07-06 08:43:32,306 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-07-06 08:43:32,306 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-07-06 08:43:32,307 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-07-06 08:43:32,307 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-07-06 08:43:32,307 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.properties 2018-07-06 08:43:32,307 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-07-06 08:43:32,308 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-07-06 08:43:32,308 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-07-06 08:43:32,308 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-07-06 08:43:32,308 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-07-06 08:43:32,309 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-07-06 08:43:32,309 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-07-06 08:43:32,309 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-07-06 08:43:32,310 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-07-06 08:43:32,310 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-07-06 08:43:32,310 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-07-06 08:43:32,310 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.xml 2018-07-06 08:43:32,310 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-07-06 08:43:32,311 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-07-06 08:43:32,311 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-07-06 08:43:32,311 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-07-06 08:43:32,311 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-07-06 08:43:32,312 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-07-06 08:43:32,312 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-07-06 08:43:32,312 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-07-06 08:43:32,312 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-07-06 08:43:32,313 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-07-06 08:43:32,313 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-07-06 08:43:32,313 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-07-06 08:43:32,314 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-07-06 08:43:32,314 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-07-06 08:43:32,314 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-RC1.jar 2018-07-06 08:43:32,321 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:32,321 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:32,321 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:32,321 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:32,321 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:32,322 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:32,322 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:32,322 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:32,322 INFO [main] org.appng.upngizr.controller.Updater: reading 92 MB from file [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/../appng-application/target/appng-application-1.18.0-RC1.war] 2018-07-06 08:43:32,347 INFO [main] org.appng.upngizr.controller.Updater: retrieved 4/92 MB (5%) 2018-07-06 08:43:32,355 INFO [main] org.appng.upngizr.controller.Updater: retrieved 9/92 MB (10%) 2018-07-06 08:43:32,359 INFO [main] org.appng.upngizr.controller.Updater: retrieved 13/92 MB (15%) 2018-07-06 08:43:32,387 INFO [main] org.appng.upngizr.controller.Updater: retrieved 18/92 MB (20%) 2018-07-06 08:43:32,390 INFO [main] org.appng.upngizr.controller.Updater: retrieved 23/92 MB (25%) 2018-07-06 08:43:32,394 INFO [main] org.appng.upngizr.controller.Updater: retrieved 27/92 MB (30%) 2018-07-06 08:43:32,442 INFO [main] org.appng.upngizr.controller.Updater: retrieved 32/92 MB (35%) 2018-07-06 08:43:32,445 INFO [main] org.appng.upngizr.controller.Updater: retrieved 37/92 MB (40%) 2018-07-06 08:43:32,451 INFO [main] org.appng.upngizr.controller.Updater: retrieved 41/92 MB (45%) 2018-07-06 08:43:32,454 INFO [main] org.appng.upngizr.controller.Updater: retrieved 46/92 MB (50%) 2018-07-06 08:43:32,457 INFO [main] org.appng.upngizr.controller.Updater: retrieved 51/92 MB (55%) 2018-07-06 08:43:32,459 INFO [main] org.appng.upngizr.controller.Updater: retrieved 55/92 MB (60%) 2018-07-06 08:43:32,462 INFO [main] org.appng.upngizr.controller.Updater: retrieved 60/92 MB (65%) 2018-07-06 08:43:32,539 INFO [main] org.appng.upngizr.controller.Updater: retrieved 64/92 MB (70%) 2018-07-06 08:43:32,542 INFO [main] org.appng.upngizr.controller.Updater: retrieved 69/92 MB (75%) 2018-07-06 08:43:32,544 INFO [main] org.appng.upngizr.controller.Updater: retrieved 74/92 MB (80%) 2018-07-06 08:43:32,550 INFO [main] org.appng.upngizr.controller.Updater: retrieved 78/92 MB (85%) 2018-07-06 08:43:32,552 INFO [main] org.appng.upngizr.controller.Updater: retrieved 83/92 MB (90%) 2018-07-06 08:43:32,555 INFO [main] org.appng.upngizr.controller.Updater: retrieved 88/92 MB (95%) 2018-07-06 08:43:32,557 INFO [main] org.appng.upngizr.controller.Updater: retrieved 92/92 MB (100%) 2018-07-06 08:43:32,557 DEBUG [main] org.appng.upngizr.controller.Updater: downloading 92 MB took 0s (92MB/s) 2018-07-06 08:43:32,759 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/MANIFEST.MF 2018-07-06 08:43:32,759 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/context.xml 2018-07-06 08:43:32,759 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mysql.properties 2018-07-06 08:43:32,760 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-07-06 08:43:32,760 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-07-06 08:43:32,761 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-07-06 08:43:32,761 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-07-06 08:43:32,762 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-07-06 08:43:32,763 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-07-06 08:43:32,764 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-07-06 08:43:32,767 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-07-06 08:43:32,768 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-07-06 08:43:32,769 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-RC1.jar 2018-07-06 08:43:32,773 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-07-06 08:43:32,774 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-07-06 08:43:32,776 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-07-06 08:43:32,777 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-07-06 08:43:32,816 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-07-06 08:43:32,817 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-07-06 08:43:32,824 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-07-06 08:43:32,832 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-07-06 08:43:32,833 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-RC1.jar 2018-07-06 08:43:32,835 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-07-06 08:43:32,890 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-07-06 08:43:32,890 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-07-06 08:43:32,891 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-07-06 08:43:32,891 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-07-06 08:43:32,897 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-07-06 08:43:32,898 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-07-06 08:43:32,924 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-07-06 08:43:32,924 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-07-06 08:43:32,925 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-07-06 08:43:32,926 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-07-06 08:43:32,926 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-07-06 08:43:32,936 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-07-06 08:43:32,940 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-07-06 08:43:32,955 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-07-06 08:43:32,955 INFO [main] org.appng.upngizr.controller.Updater: Skipping applications/safeToDelete.txt 2018-07-06 08:43:32,955 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mssql.properties 2018-07-06 08:43:32,955 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-hsqldb.properties 2018-07-06 08:43:32,955 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell 2018-07-06 08:43:32,955 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng.bat 2018-07-06 08:43:32,955 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell.bat 2018-07-06 08:43:32,956 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-07-06 08:43:32,956 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-07-06 08:43:32,962 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-07-06 08:43:32,966 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-07-06 08:43:32,969 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-07-06 08:43:32,971 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-07-06 08:43:32,972 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-07-06 08:43:32,977 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-RC1.jar 2018-07-06 08:43:32,979 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-07-06 08:43:32,980 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-07-06 08:43:32,980 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-07-06 08:43:32,981 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-07-06 08:43:32,989 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-07-06 08:43:32,995 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-07-06 08:43:33,028 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-07-06 08:43:33,032 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-07-06 08:43:33,034 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-07-06 08:43:33,035 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-07-06 08:43:33,040 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-07-06 08:43:33,044 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-07-06 08:43:33,046 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-07-06 08:43:33,049 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-07-06 08:43:33,050 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-07-06 08:43:33,050 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-07-06 08:43:33,051 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-07-06 08:43:33,051 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-RC1.jar 2018-07-06 08:43:33,052 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-07-06 08:43:33,054 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-07-06 08:43:33,059 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-07-06 08:43:33,060 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-07-06 08:43:33,075 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-07-06 08:43:33,076 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-07-06 08:43:33,080 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-07-06 08:43:33,081 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-RC1.jar 2018-07-06 08:43:33,083 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-07-06 08:43:33,094 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-07-06 08:43:33,097 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-07-06 08:43:33,100 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-07-06 08:43:33,123 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-07-06 08:43:33,123 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNG.log 2018-07-06 08:43:33,123 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng 2018-07-06 08:43:33,131 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-07-06 08:43:33,133 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-07-06 08:43:33,135 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-07-06 08:43:33,137 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-07-06 08:43:33,147 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-07-06 08:43:33,148 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-07-06 08:43:33,169 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-07-06 08:43:33,171 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-07-06 08:43:33,172 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-07-06 08:43:33,173 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-07-06 08:43:33,175 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-07-06 08:43:33,176 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-RC1.jar 2018-07-06 08:43:33,179 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-07-06 08:43:33,180 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-07-06 08:43:33,181 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-07-06 08:43:33,182 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-07-06 08:43:33,182 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-07-06 08:43:33,183 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-07-06 08:43:33,184 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-07-06 08:43:33,189 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-07-06 08:43:33,190 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-RC1.jar 2018-07-06 08:43:33,191 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jmimemagic-0.1.5.jar 2018-07-06 08:43:33,194 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-07-06 08:43:33,204 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-07-06 08:43:33,226 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-07-06 08:43:33,227 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-07-06 08:43:33,228 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-RC1.jar 2018-07-06 08:43:33,228 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-07-06 08:43:33,229 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-RC1.jar 2018-07-06 08:43:33,229 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-07-06 08:43:33,232 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-07-06 08:43:33,232 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-07-06 08:43:33,234 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-07-06 08:43:33,238 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-07-06 08:43:33,239 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-07-06 08:43:33,243 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-07-06 08:43:33,246 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-07-06 08:43:33,246 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-07-06 08:43:33,248 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-07-06 08:43:33,262 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-07-06 08:43:33,263 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-07-06 08:43:33,265 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-07-06 08:43:33,266 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-07-06 08:43:33,288 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-07-06 08:43:33,291 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-07-06 08:43:33,297 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-07-06 08:43:33,303 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-07-06 08:43:33,304 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-07-06 08:43:33,310 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-07-06 08:43:33,311 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-07-06 08:43:33,312 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-07-06 08:43:33,317 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-07-06 08:43:33,318 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-07-06 08:43:33,362 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-07-06 08:43:33,363 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-07-06 08:43:33,367 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-07-06 08:43:33,368 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-07-06 08:43:33,389 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-07-06 08:43:33,400 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-07-06 08:43:33,401 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-07-06 08:43:33,402 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-07-06 08:43:33,407 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-07-06 08:43:33,409 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-07-06 08:43:33,416 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-07-06 08:43:33,417 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-07-06 08:43:33,421 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-07-06 08:43:33,422 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-RC1.jar 2018-07-06 08:43:33,422 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-07-06 08:43:33,423 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-07-06 08:43:33,429 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-07-06 08:43:33,431 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-07-06 08:43:33,432 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-07-06 08:43:33,445 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-07-06 08:43:33,445 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-07-06 08:43:33,446 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-07-06 08:43:33,451 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-07-06 08:43:33,456 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-07-06 08:43:33,457 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-07-06 08:43:33,458 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-RC1.jar 2018-07-06 08:43:33,459 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-07-06 08:43:33,460 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-07-06 08:43:33,461 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-07-06 08:43:33,473 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-07-06 08:43:33,473 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-07-06 08:43:33,476 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-RC1.jar 2018-07-06 08:43:33,476 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-RC1.jar 2018-07-06 08:43:33,477 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-07-06 08:43:33,487 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-07-06 08:43:33,487 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-07-06 08:43:33,487 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-07-06 08:43:33,489 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-07-06 08:43:33,491 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-07-06 08:43:33,496 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-07-06 08:43:33,497 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-07-06 08:43:33,521 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-07-06 08:43:33,530 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-07-06 08:43:33,531 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-RC1.jar 2018-07-06 08:43:33,532 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-07-06 08:43:33,535 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-07-06 08:43:33,535 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.xml 2018-07-06 08:43:33,535 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.properties 2018-07-06 08:43:33,536 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-07-06 08:43:33,536 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-07-06 08:43:33,538 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-07-06 08:43:33,538 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-07-06 08:43:33,540 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-07-06 08:43:33,542 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-07-06 08:43:33,550 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-07-06 08:43:33,554 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-07-06 08:43:33,555 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-07-06 08:43:33,555 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-07-06 08:43:33,556 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-07-06 08:43:33,558 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-07-06 08:43:33,559 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-07-06 08:43:33,563 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-07-06 08:43:33,567 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-07-06 08:43:33,577 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-07-06 08:43:33,577 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-07-06 08:43:33,583 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-07-06 08:43:33,583 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-07-06 08:43:33,588 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-07-06 08:43:33,590 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-07-06 08:43:33,591 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-07-06 08:43:33,591 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-07-06 08:43:33,592 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-07-06 08:43:33,592 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-07-06 08:43:33,600 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-07-06 08:43:33,604 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-07-06 08:43:33,608 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-07-06 08:43:33,609 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-07-06 08:43:33,610 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-07-06 08:43:33,611 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-07-06 08:43:33,611 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-07-06 08:43:33,620 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-07-06 08:43:33,621 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-07-06 08:43:33,624 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-07-06 08:43:33,626 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-07-06 08:43:33,683 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-07-06 08:43:33,695 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:33,695 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:33,695 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:33,695 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:33,695 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:33,696 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:33,696 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:33,696 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:33,701 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-07-06 08:43:34,106 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:34,107 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: true 2018-07-06 08:43:34,110 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:34,111 INFO [main] org.appng.upngizr.controller.Updater: serverName: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:34,111 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:34,111 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: Source: foobar.org 2018-07-06 08:43:34,114 INFO [main] org.appng.upngizr.controller.Updater: remote address foobar.org is not in list of allowed addresses (fe80:0:0:0:f816:3eff:fefc:4eb 10.102.4.103 0:0:0:0:0:0:0:1 127.0.0.1) 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:34,115 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-07-06 08:43:34,118 WARN [main] org.appng.upngizr.controller.Updater: https://appng.org/appng/builds/stable/appng-application-0.8.15.war does not exist! 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-07-06 08:43:34,258 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-07-06 08:43:34,259 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-07-06 08:43:34,262 INFO [main] org.appng.upngizr.controller.Updater: Starting appNG 2018-07-06 08:43:37,264 INFO [main] org.appng.upngizr.controller.Updater: Started appNG in 3 seconds. 2018-07-06 08:43:37,267 INFO [upNGizr updater] org.appng.upngizr.controller.Updater: Starting appNGizer 2018-07-06 08:43:39,267 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.157 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-RC1] [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-RC1] [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-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [30 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1.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-RC1-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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1 [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-RC1-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-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.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-RC1/appng-upngizr-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-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-RC1/appng-upngizr-1.18.0-RC1.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-RC1/appng-upngizr-1.18.0-RC1.war (7.1 MB at 16 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.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-RC1/appng-upngizr-1.18.0-RC1.pom (4.6 kB at 130 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 8.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 3.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-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-RC1/appng-upngizr-1.18.0-RC1-javadoc.jar (38 kB at 368 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 4.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-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-RC1/appng-upngizr-1.18.0-RC1-sources.jar (26 kB at 276 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 9.5 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-upngizr --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 19.874 s] [INFO] appNG Tools ........................................ SUCCESS [ 18.633 s] [INFO] appNG Mail ......................................... SUCCESS [ 6.415 s] [INFO] appNG Forms ........................................ SUCCESS [ 8.268 s] [INFO] appng Formtags ..................................... SUCCESS [ 6.348 s] [INFO] appNG XML-API ...................................... SUCCESS [ 9.436 s] [INFO] appNG public API ................................... SUCCESS [ 21.986 s] [INFO] appNG testsupport .................................. SUCCESS [ 10.340 s] [INFO] appNG REST API ..................................... SUCCESS [ 10.778 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 20.334 s] [INFO] appNG Search ....................................... SUCCESS [ 18.533 s] [INFO] appNG Core Library ................................. SUCCESS [01:01 min] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 3.945 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 4.739 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 40.980 s] [INFO] appNG Tag Library .................................. SUCCESS [ 10.126 s] [INFO] appNG Application .................................. SUCCESS [ 12.535 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.307 s] [INFO] appNG Documentation ................................ SUCCESS [ 36.007 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 1.412 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.491 s] [INFO] appng-application-assembly ......................... SUCCESS [ 1.683 s] [INFO] appNG application parent ........................... SUCCESS [ 0.201 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 1.341 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 3.999 s] [INFO] appNGizer .......................................... SUCCESS [ 52.481 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 7.518 s] [INFO] appNG camunda ...................................... SUCCESS [ 6.506 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 7.876 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 11.841 s] [INFO] upNGizr ............................................ SUCCESS [ 20.698 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:17 min [INFO] Finished at: 2018-07-06T08:43:51+02:00 [INFO] Final Memory: 288M/1020M [INFO] ------------------------------------------------------------------------ [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone [Pipeline] { [Pipeline] sh [appng-standalone] Running shell script + /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-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-standalone --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 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.092 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-RC1.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-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 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 appng-application-1.18.0-RC1.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.18.0-RC1.war [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 appng-appngizer-1.18.0-RC1.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.18.0-RC1.war [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-RC1.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-RC1-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-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.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-RC1/appng-standalone-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.18.0-RC1.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1-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-RC1/appng-standalone-1.18.0-RC1.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-RC1/appng-standalone-1.18.0-RC1.jar (9.5 kB at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.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-RC1/appng-standalone-1.18.0-RC1.pom (6.0 kB at 65 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 663 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (663 B at 9.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 663 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (663 B at 7.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.zip Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.zip (105 MB at 24 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1-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-RC1/appng-standalone-1.18.0-RC1-sources.jar (7.8 kB at 76 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.359 s [INFO] Finished at: 2018-07-06T08:44:07+02:00 [INFO] Final Memory: 28M/398M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng-standalone] Running shell script + cp target/appng-standalone-1.18.0-RC1.zip /tmp/jenkins_artifacts/release/ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Stash the Build) [Pipeline] dir Running in /tmp/jenkins_artifacts/release [Pipeline] { [Pipeline] stash Stashed 12 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs [Pipeline] { [Pipeline] stash Stashed 1882 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/generated-docs/html [Pipeline] { [Pipeline] stash Stashed 10 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/generated-docs/pdf [Pipeline] { [Pipeline] stash Stashed 10 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/generated-docs/pdf [Pipeline] { [Pipeline] stash Stashed 50 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/generated-docs/html [Pipeline] { [Pipeline] stash Stashed 51 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [Pipeline] { [Pipeline] stash Stashed 1 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [Pipeline] { [Pipeline] stash Stashed 1 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/classes [Pipeline] { [Pipeline] stash Stashed 1 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.18.0-RC1 [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC1/javadoc [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC1/reference [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC1/appngizer/html [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.18.0-RC1/appngizer/pdf [Pipeline] sh [appng] Running shell script + ln -sfn /srv/www/appng.org/appng/docs/1.18.0-RC1 /srv/www/appng.org/appng/docs/current [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.18.0-RC1/appngizer/html/parts [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.18.0-RC1/appngizer/html/xml [Pipeline] } [Pipeline] // dir [Pipeline] stage [Pipeline] { ( Unstash Build and Docs) [Pipeline] dir Running in /srv/www/appng.org/appng/builds/stable [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline groovy.lang.MissingPropertyException: No such property: appNG_version for class: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:242) at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:288) at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:292) at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:268) at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:268) at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29) at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20) at WorkflowScript.run(WorkflowScript:128) at ___cps.transform___(Native Method) at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:74) at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30) at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:66) at sun.reflect.GeneratedMethodAccessor272.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:332) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:83) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:244) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:232) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Finished: FAILURE